| 128 | } |
| 129 | |
| 130 | std::string ControllableAnthropicClient::provider_name() const { |
| 131 | return "anthropic"; |
| 132 | } |
| 133 | |
| 134 | std::vector<std::string> ControllableAnthropicClient::supported_models() const { |
| 135 | return {"claude-opus-4-7", "claude-sonnet-4-6", "claude-haiku-4-5-20251001", |
nothing calls this directly
no outgoing calls
no test coverage detected