Class: Omnibot::Usage

Inherits:
Struct
  • Object
show all
Defined in:
lib/omnibot/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#input_tokensObject

Returns the value of attribute input_tokens

Returns:

  • (Object)

    the current value of input_tokens



2
3
4
# File 'lib/omnibot/result.rb', line 2

def input_tokens
  @input_tokens
end

#output_tokensObject

Returns the value of attribute output_tokens

Returns:

  • (Object)

    the current value of output_tokens



2
3
4
# File 'lib/omnibot/result.rb', line 2

def output_tokens
  @output_tokens
end