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

Method getLastGenerateOptions

tests/utils/mock_anthropic_client.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149GenerateOptions ControllableAnthropicClient::getLastGenerateOptions() const {
150 return last_generate_options_;
151}
152
153GenerateOptions ControllableAnthropicClient::getLastStreamOptions() const {
154 return last_generate_options_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected