llmwire - v2.2.0
    Preparing search index...

    Interface ToolResult

    interface ToolResult {
        error?: string;
        name: string;
        result?: unknown;
        toolCallId: string;
    }
    Index
    error?: string

    The tool threw; the message is sent back to the model as { error }.

    name: string
    result?: unknown
    toolCallId: string