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

Method createSystemMessage

tests/utils/test_fixtures.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94Message OpenAITestFixture::createSystemMessage(const std::string& content) {
95 return Message::system(content);
96}
97
98// AnthropicTestFixture implementation
99void AnthropicTestFixture::SetUp() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected