Class: Omnibot::Usage
- Inherits:
-
Struct
- Object
- Struct
- Omnibot::Usage
- Defined in:
- lib/omnibot/result.rb
Instance Attribute Summary collapse
-
#input_tokens ⇒ Object
Returns the value of attribute input_tokens.
-
#output_tokens ⇒ Object
Returns the value of attribute output_tokens.
Instance Attribute Details
#input_tokens ⇒ Object
Returns the value of attribute input_tokens
2 3 4 |
# File 'lib/omnibot/result.rb', line 2 def input_tokens @input_tokens end |
#output_tokens ⇒ Object
Returns the value of attribute output_tokens
2 3 4 |
# File 'lib/omnibot/result.rb', line 2 def output_tokens @output_tokens end |