MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / createAnthropicSystemMessage

Method createAnthropicSystemMessage

tests/utils/test_fixtures.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163Message AnthropicTestFixture::createAnthropicSystemMessage(
164 const std::string& content) {
165 return Message::system(content);
166}
167
168// TestDataGenerator implementation
169std::vector<GenerateOptions> TestDataGenerator::generateOptionsVariations() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected