execute_tool_stream

Function execute_tool_stream 

Source
pub fn execute_tool_stream(
    tool: Arc<dyn AgentTool>,
    tool_use: ToolUse,
    invocation_state: InvocationState,
) -> ToolGenerator
Expand description

Executes a tool and returns its event stream.