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

Method stream_text

src/providers/base_provider_client.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142StreamResult BaseProviderClient::stream_text(const StreamOptions& options) {
143 // This needs to be implemented with provider-specific stream implementations
144 // For now, return an error
145 ai::logger::log_error("Streaming not yet implemented in BaseProviderClient");
146 return StreamResult();
147}
148
149EmbeddingResult BaseProviderClient::embeddings(
150 const EmbeddingOptions& options) {

Callers

nothing calls this directly

Calls 2

log_errorFunction · 0.85
StreamResultClass · 0.85

Tested by

no test coverage detected