| 151 | } |
| 152 | |
| 153 | Message AnthropicTestFixture::createAnthropicUserMessage( |
| 154 | const std::string& content) { |
| 155 | return Message::user(content); |
| 156 | } |
| 157 | |
| 158 | Message AnthropicTestFixture::createAnthropicAssistantMessage( |
| 159 | const std::string& content) { |
nothing calls this directly
no outgoing calls
no test coverage detected