Class: LLM::Function::Return
- Inherits:
-
Struct
- Object
- Struct
- LLM::Function::Return
- Defined in:
- lib/llm/function.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
36 37 38 |
# File 'lib/llm/function.rb', line 36 def id @id end |
#value ⇒ Object
Returns the value of attribute value
36 37 38 |
# File 'lib/llm/function.rb', line 36 def value @value end |