| 161 | } |
| 162 | |
| 163 | Message AnthropicTestFixture::createAnthropicSystemMessage( |
| 164 | const std::string& content) { |
| 165 | return Message::system(content); |
| 166 | } |
| 167 | |
| 168 | // TestDataGenerator implementation |
| 169 | std::vector<GenerateOptions> TestDataGenerator::generateOptionsVariations() { |
nothing calls this directly
no outgoing calls
no test coverage detected