llmwire - v2.2.0
    Preparing search index...

    Interface Step

    One round of the tool loop: what the model said, what it called, what came back.

    interface Step {
        text: string;
        toolCalls: ToolCall[];
        toolResults: ToolResult[];
        usage?: TokenUsage;
    }
    Index
    text: string
    toolCalls: ToolCall[]
    toolResults: ToolResult[]
    usage?: TokenUsage