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

Method getLastGenerateOptions

tests/utils/mock_openai_client.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128GenerateOptions ControllableOpenAIClient::getLastGenerateOptions() const {
129 return last_generate_options_;
130}
131
132GenerateOptions ControllableOpenAIClient::getLastStreamOptions() const {
133 return last_stream_options_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected