Class: Phaseo::Gen::AnthropicUsage
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::AnthropicUsage
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#input_tokens ⇒ Integer?
134 |
# File 'lib/gen/models.rb', line 134 AnthropicUsage = Struct.new(:input_tokens, :output_tokens, keyword_init: true) |
#output_tokens ⇒ Integer?
134 |
# File 'lib/gen/models.rb', line 134 AnthropicUsage = Struct.new(:input_tokens, :output_tokens, keyword_init: true) |