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

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



23
24
25
# File 'lib/axn/ruby_llm/ask.rb', line 23

def content
  @content
end

#input_tokensObject (readonly)

Returns the value of attribute input_tokens

Returns:

  • (Object)

    the current value of input_tokens



23
24
25
# File 'lib/axn/ruby_llm/ask.rb', line 23

def input_tokens
  @input_tokens
end

#model_idObject (readonly)

Returns the value of attribute model_id

Returns:

  • (Object)

    the current value of model_id



23
24
25
# File 'lib/axn/ruby_llm/ask.rb', line 23

def model_id
  @model_id
end

#output_tokensObject (readonly)

Returns the value of attribute output_tokens

Returns:

  • (Object)

    the current value of output_tokens



23
24
25
# File 'lib/axn/ruby_llm/ask.rb', line 23

def output_tokens
  @output_tokens
end