Class: Dickless::ChatUsage

Inherits:
Struct
  • Object
show all
Defined in:
lib/dickless/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completion_tokensObject

Returns the value of attribute completion_tokens

Returns:

  • (Object)

    the current value of completion_tokens



72
73
74
# File 'lib/dickless/types.rb', line 72

def completion_tokens
  @completion_tokens
end

#prompt_tokensObject

Returns the value of attribute prompt_tokens

Returns:

  • (Object)

    the current value of prompt_tokens



72
73
74
# File 'lib/dickless/types.rb', line 72

def prompt_tokens
  @prompt_tokens
end

#total_tokensObject

Returns the value of attribute total_tokens

Returns:

  • (Object)

    the current value of total_tokens



72
73
74
# File 'lib/dickless/types.rb', line 72

def total_tokens
  @total_tokens
end