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

Method buildMaxTokensRequiredResponse

tests/utils/mock_anthropic_client.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270std::string AnthropicResponseBuilder::buildMaxTokensRequiredResponse() {
271 return buildErrorResponse(400, "invalid_request_error",
272 "max_tokens is required");
273}
274
275} // namespace test
276} // namespace ai

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected