interface OpenAILLMOutput {
    tokenUsage: TokenUsage;
}

Properties

Properties

tokenUsage: TokenUsage