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

Method execute_tools_with_options

src/tools/tool_executor.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115std::vector<ToolResult> ToolExecutor::execute_tools_with_options(
116 const std::vector<ToolCall>& tool_calls,
117 const GenerateOptions& options,
118 bool parallel) {
119 return execute_tools(tool_calls, options.tools, options.messages, parallel,
120 &options);
121}
122
123bool ToolExecutor::validate_tool_call(const ToolCall& tool_call,
124 const Tool& tool) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected