| 124 | } |
| 125 | |
| 126 | bool ControllableAnthropicClient::is_valid() const { |
| 127 | return !should_fail_; |
| 128 | } |
| 129 | |
| 130 | std::string ControllableAnthropicClient::provider_name() const { |
| 131 | return "anthropic"; |
nothing calls this directly
no outgoing calls
no test coverage detected