Skip to main content

execute_provider_tool_use

Function execute_provider_tool_use 

Source
pub async fn execute_provider_tool_use(
    registry: &ToolRegistry,
    hook_bus: &Arc<HookBus>,
    tool_use: ProviderToolUse,
    ctx: ToolContext,
    max_tool_output: usize,
) -> Value