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