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

Method createUserMessage

tests/utils/test_fixtures.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86Message OpenAITestFixture::createUserMessage(const std::string& content) {
87 return Message::user(content);
88}
89
90Message OpenAITestFixture::createAssistantMessage(const std::string& content) {
91 return Message::assistant(content);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected