AutoBE
    Preparing search index...

    Interface AutoBeProcessAggregate

    Aggregate metrics for a single AI agent operation (token usage + trial stats).

    Samchon

    interface AutoBeProcessAggregate {
        metric: AutoBeFunctionCallingMetric;
        tokenUsage: IComponent;
    }
    Index

    Properties

    Properties

    Function calling trial statistics (total, success, failure counts).

    tokenUsage: IComponent

    Token consumption breakdown (input, output, cache hits).