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

Method getLastStreamOptions

tests/utils/mock_anthropic_client.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153GenerateOptions ControllableAnthropicClient::getLastStreamOptions() const {
154 return last_generate_options_;
155}
156
157int ControllableAnthropicClient::getCallCount() const {
158 return call_count_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected