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

Method createBasicAnthropicOptions

tests/utils/test_fixtures.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103GenerateOptions AnthropicTestFixture::createBasicAnthropicOptions() {
104 GenerateOptions options(kTestAnthropicModel, kTestPrompt);
105 options.max_tokens = 100; // Required for Anthropic
106 return options;
107}
108
109GenerateOptions AnthropicTestFixture::createAdvancedAnthropicOptions() {
110 GenerateOptions options(kTestAnthropicModel, "System prompt", kTestPrompt);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected