Skip to main content

dispatch_tool

Function dispatch_tool 

Source
pub fn dispatch_tool(
    name: &str,
    input: &Value,
    git_ops: &dyn GitOps,
    context: &AnnotationContext,
    collected: &mut CollectedOutput,
) -> Result<String, AgentError>
Expand description

Dispatch a tool call by name, returning the result string.