Class: Axn::RubyLLM::Ask::StubMessage
- Inherits:
-
Data
- Object
- Data
- Axn::RubyLLM::Ask::StubMessage
- Defined in:
- lib/axn/ruby_llm/ask.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#input_tokens ⇒ Object
readonly
Returns the value of attribute input_tokens.
-
#model_id ⇒ Object
readonly
Returns the value of attribute model_id.
-
#output_tokens ⇒ Object
readonly
Returns the value of attribute output_tokens.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
23 24 25 |
# File 'lib/axn/ruby_llm/ask.rb', line 23 def content @content end |
#input_tokens ⇒ Object (readonly)
Returns the value of attribute input_tokens
23 24 25 |
# File 'lib/axn/ruby_llm/ask.rb', line 23 def input_tokens @input_tokens end |
#model_id ⇒ Object (readonly)
Returns the value of attribute model_id
23 24 25 |
# File 'lib/axn/ruby_llm/ask.rb', line 23 def model_id @model_id end |
#output_tokens ⇒ Object (readonly)
Returns the value of attribute output_tokens
23 24 25 |
# File 'lib/axn/ruby_llm/ask.rb', line 23 def output_tokens @output_tokens end |