pub const GEN_AI_USAGE_COMPLETION_TOKENS: &str = "gen_ai.usage.completion_tokens";
Expand description

The number of tokens used in the LLM response (completion).

§Examples

  • 180