| 20 | } |
| 21 | |
| 22 | void ControllableAnthropicClient::setPredefinedResponse( |
| 23 | const std::string& response, |
| 24 | int status_code) { |
| 25 | predefined_response_ = response; |
| 26 | predefined_status_code_ = status_code; |
| 27 | } |
| 28 | |
| 29 | void ControllableAnthropicClient::setShouldFail(bool fail) { |
| 30 | should_fail_ = fail; |
nothing calls this directly
no outgoing calls
no test coverage detected