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

Function main

examples/test_tool_integration.cpp:185–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185int main() {
186 std::cout << "AI SDK C++ - Tool Integration Test\n";
187 std::cout << "===================================\n";
188
189 // Test OpenAI integration
190 test_openai_tools();
191
192 // Test Anthropic integration
193 test_anthropic_tools();
194
195 // Test multi-step functionality
196 test_multi_step();
197
198 std::cout << "\n=== Test Summary ===\n";
199 std::cout << "Tool integration tests completed!\n";
200 std::cout << "Check the output above for success/failure status.\n";
201
202 return 0;
203}

Callers

nothing calls this directly

Calls 3

test_openai_toolsFunction · 0.85
test_anthropic_toolsFunction · 0.85
test_multi_stepFunction · 0.85

Tested by

no test coverage detected