Input token usage of detailed.

interface IInput {
    cached: number;
    total: number;
}

Properties

Properties

cached: number

Cached token usage.

total: number

Total amount of input token uasge.