Class: DSPy::Events::TokenUsage

Inherits:
T::Struct
  • Object
show all
Defined in:
lib/dspy/events/types.rb

Overview

Token usage structure for LLM events

Instance Method Summary collapse

Instance Method Details

#total_tokensObject



29
30
31
# File 'lib/dspy/events/types.rb', line 29

def total_tokens
  prompt_tokens + completion_tokens
end