Class: DSPy::Events::TokenUsage
- Inherits:
-
T::Struct
- Object
- T::Struct
- DSPy::Events::TokenUsage
- Defined in:
- lib/dspy/events/types.rb
Overview
Token usage structure for LLM events
Instance Method Summary collapse
Instance Method Details
#total_tokens ⇒ Object
29 30 31 |
# File 'lib/dspy/events/types.rb', line 29 def total_tokens prompt_tokens + completion_tokens end |