Agent Client Protocol - v0.14.1
    Preparing search index...

    Type Alias CostExperimental

    UNSTABLE

    This capability is not part of the spec yet, and may be removed or changed at any point.

    Cost information for a session.

    type Cost = {
        amount: number;
        currency: string;
    }
    Index

    Properties

    Properties

    amount: number

    Total cumulative cost for session.

    currency: string

    ISO 4217 currency code (e.g., "USD", "EUR").