Class: Dickless::ChatUsage
- Inherits:
-
Struct
- Object
- Struct
- Dickless::ChatUsage
- Defined in:
- lib/dickless/types.rb
Instance Attribute Summary collapse
-
#completion_tokens ⇒ Object
Returns the value of attribute completion_tokens.
-
#prompt_tokens ⇒ Object
Returns the value of attribute prompt_tokens.
-
#total_tokens ⇒ Object
Returns the value of attribute total_tokens.
Instance Attribute Details
#completion_tokens ⇒ Object
Returns the value of attribute completion_tokens
72 73 74 |
# File 'lib/dickless/types.rb', line 72 def completion_tokens @completion_tokens end |
#prompt_tokens ⇒ Object
Returns the value of attribute prompt_tokens
72 73 74 |
# File 'lib/dickless/types.rb', line 72 def prompt_tokens @prompt_tokens end |
#total_tokens ⇒ Object
Returns the value of attribute total_tokens
72 73 74 |
# File 'lib/dickless/types.rb', line 72 def total_tokens @total_tokens end |