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

Method createAnthropicAssistantMessage

tests/utils/test_fixtures.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158Message AnthropicTestFixture::createAnthropicAssistantMessage(
159 const std::string& content) {
160 return Message::assistant(content);
161}
162
163Message AnthropicTestFixture::createAnthropicSystemMessage(
164 const std::string& content) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected