pub async fn execute_tool(
tool: &ToolCall,
cache: &CacheManager,
) -> Result<ToolResult>Expand description
Execute a single tool call
pub async fn execute_tool(
tool: &ToolCall,
cache: &CacheManager,
) -> Result<ToolResult>Execute a single tool call