output
    Preparing search index...

    Interface Aggregations

    Attribute totals collected while an activity executes.

    interface Aggregations {
        cost: { total: number };
        httpRequests: { total: number };
        tokens: { total: number; [tokenType: string]: number };
    }
    Index

    Properties

    cost: { total: number }

    Cost totals collected from HTTP request cost and LLM usage attributes.

    httpRequests: { total: number }

    HTTP request count totals.

    tokens: { total: number; [tokenType: string]: number }

    Token totals collected from LLM usage attributes.