| 156 | } |
| 157 | |
| 158 | Message AnthropicTestFixture::createAnthropicAssistantMessage( |
| 159 | const std::string& content) { |
| 160 | return Message::assistant(content); |
| 161 | } |
| 162 | |
| 163 | Message AnthropicTestFixture::createAnthropicSystemMessage( |
| 164 | const std::string& content) { |
nothing calls this directly
no outgoing calls
no test coverage detected