Skip to main content

run_tool

Function run_tool 

Source
pub async fn run_tool(
    state: &Arc<ServerState>,
    tracker: &Arc<ReadTracker>,
    caps: &Arc<CapabilitySet>,
    caller_id: Option<&str>,
    tool_id: String,
    args: Value,
    dry_run: bool,
) -> Response