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

Method createAssistantMessage

tests/utils/test_fixtures.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90Message OpenAITestFixture::createAssistantMessage(const std::string& content) {
91 return Message::assistant(content);
92}
93
94Message OpenAITestFixture::createSystemMessage(const std::string& content) {
95 return Message::system(content);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected