Class: Terret::LLM::Request
- Inherits:
-
Data
- Object
- Data
- Terret::LLM::Request
- Defined in:
- lib/terret/llm.rb
Instance Attribute Summary collapse
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#system ⇒ Object
readonly
Returns the value of attribute system.
-
#tools ⇒ Object
readonly
Returns the value of attribute tools.
Instance Attribute Details
#messages ⇒ Object (readonly)
Returns the value of attribute messages
14 15 16 |
# File 'lib/terret/llm.rb', line 14 def @messages end |
#model ⇒ Object (readonly)
Returns the value of attribute model
14 15 16 |
# File 'lib/terret/llm.rb', line 14 def model @model end |
#system ⇒ Object (readonly)
Returns the value of attribute system
14 15 16 |
# File 'lib/terret/llm.rb', line 14 def system @system end |
#tools ⇒ Object (readonly)
Returns the value of attribute tools
14 15 16 |
# File 'lib/terret/llm.rb', line 14 def tools @tools end |