pub fn execute_tool_stream(
tool: Arc<dyn AgentTool>,
tool_use: ToolUse,
invocation_state: InvocationState,
) -> ToolGeneratorExpand description
Executes a tool and returns its event stream.
pub fn execute_tool_stream(
tool: Arc<dyn AgentTool>,
tool_use: ToolUse,
invocation_state: InvocationState,
) -> ToolGeneratorExecutes a tool and returns its event stream.