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

Method createAnthropicUserMessage

tests/utils/test_fixtures.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153Message AnthropicTestFixture::createAnthropicUserMessage(
154 const std::string& content) {
155 return Message::user(content);
156}
157
158Message AnthropicTestFixture::createAnthropicAssistantMessage(
159 const std::string& content) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected