interface IComponent {
    input: AgenticaTokenUsage.IInput;
    output: AgenticaTokenUsage.IOutput;
    total: number;
}

Properties

Properties

Input token usage of detailed.

Output token usage of detailed.

total: number

Total token usage.