| 92 | } |
| 93 | |
| 94 | Message OpenAITestFixture::createSystemMessage(const std::string& content) { |
| 95 | return Message::system(content); |
| 96 | } |
| 97 | |
| 98 | // AnthropicTestFixture implementation |
| 99 | void AnthropicTestFixture::SetUp() { |
nothing calls this directly
no outgoing calls
no test coverage detected