Skip to main content

execute_single_tool_with_scope

Function execute_single_tool_with_scope 

Source
pub async fn execute_single_tool_with_scope(
    tool: Option<&dyn Tool>,
    call: &ToolCall,
    state: &Value,
    scope: Option<&RunConfig>,
) -> ToolExecution
Expand description

Execute a single tool call with an optional scope context.