| 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", |
| 136 | "claude-sonnet-4-5-20250929", "claude-opus-4-1-20250805"}; |
| 137 | } |
| 138 | |
| 139 | bool ControllableAnthropicClient::supports_model( |
| 140 | const std::string& model_name) const { |
nothing calls this directly
no outgoing calls
no test coverage detected