Skip to main content

execute_tools

Function execute_tools 

Source
pub async fn execute_tools(
    calls: &[ToolCall],
    registry: &HashMap<String, RegisteredTool>,
) -> Vec<ToolResult>