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

Class ProviderResult

examples/multi_provider.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include <ai/ai.h>
24
25struct ProviderResult {
26 std::string provider_name;
27 std::string model_name;
28 ai::GenerateResult result;
29 std::chrono::milliseconds response_time;
30 bool success;
31};
32
33ProviderResult test_provider(const std::string& provider_name,
34 const std::string& model,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected