| 31 | } |
| 32 | |
| 33 | void ControllableAnthropicClient::setShouldTimeout(bool timeout) { |
| 34 | should_timeout_ = timeout; |
| 35 | } |
| 36 | |
| 37 | void ControllableAnthropicClient::reset() { |
| 38 | predefined_response_ = AnthropicResponseBuilder::buildSuccessResponse(); |
nothing calls this directly
no outgoing calls
no test coverage detected