output
    Preparing search index...

    Interface LLMGenerationUsageItem

    Token usage reported for one normalized LLM usage component. tools counts billable tool calls, not tokens.

    interface LLMGenerationUsageItem {
        amount: number;
        group: "input" | "output" | "tools";
        label: string;
    }
    Index

    Properties

    Properties

    amount: number
    group: "input" | "output" | "tools"
    label: string