Member Junction
    Preparing search index...

    A non-target tool call routed to the injected RealtimeToolBrokerDeps.ExecuteTool handler. This is any tool other than invoke-target-agent (e.g. a UI/control tool such as ShowChart, or a fast server/client tool the co-agent was given directly).

    interface ToolExecutionResult {
        CallID: string;
        Output: string;
        Success: boolean;
    }
    Index

    Properties

    Properties

    CallID: string

    The provider call ID this result corresponds to.

    Output: string

    The textual result to feed back to the model as the tool response.

    Success: boolean

    Whether the tool executed successfully.