Skip to main content

execute_tool

Function execute_tool 

Source
pub fn execute_tool(
    name: &str,
    args: &Value,
    workspace_dir: &Path,
) -> Result<String, String>
Expand description

Find a tool by name and execute it with the given arguments.