| 143 | } |
| 144 | |
| 145 | std::string ControllableAnthropicClient::config_info() const { |
| 146 | return "Mock Anthropic Client for Testing"; |
| 147 | } |
| 148 | |
| 149 | GenerateOptions ControllableAnthropicClient::getLastGenerateOptions() const { |
| 150 | return last_generate_options_; |
nothing calls this directly
no outgoing calls
no test coverage detected