Class: Axn::RubyLLM::Ask::StubMessage

Inherits:
Data
  • Object
show all
Defined in:
lib/axn/ruby_llm/ask.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_read_tokensObject (readonly)

Returns the value of attribute cache_read_tokens

Returns:

  • (Object)

    the current value of cache_read_tokens



27
28
29
# File 'lib/axn/ruby_llm/ask.rb', line 27

def cache_read_tokens
  @cache_read_tokens
end

#cache_write_tokensObject (readonly)

Returns the value of attribute cache_write_tokens

Returns:

  • (Object)

    the current value of cache_write_tokens



27
28
29
# File 'lib/axn/ruby_llm/ask.rb', line 27

def cache_write_tokens
  @cache_write_tokens
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



27
28
29
# File 'lib/axn/ruby_llm/ask.rb', line 27

def content
  @content
end

#input_tokensObject (readonly)

Returns the value of attribute input_tokens

Returns:

  • (Object)

    the current value of input_tokens



27
28
29
# File 'lib/axn/ruby_llm/ask.rb', line 27

def input_tokens
  @input_tokens
end

#model_idObject (readonly)

Returns the value of attribute model_id

Returns:

  • (Object)

    the current value of model_id



27
28
29
# File 'lib/axn/ruby_llm/ask.rb', line 27

def model_id
  @model_id
end

#output_tokensObject (readonly)

Returns the value of attribute output_tokens

Returns:

  • (Object)

    the current value of output_tokens



27
28
29
# File 'lib/axn/ruby_llm/ask.rb', line 27

def output_tokens
  @output_tokens
end