Class: Terret::LLM::ToolResult
- Inherits:
-
Data
- Object
- Data
- Terret::LLM::ToolResult
- Defined in:
- lib/terret/llm.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
8 9 10 |
# File 'lib/terret/llm.rb', line 8 def content @content end |
#error ⇒ Object (readonly)
Returns the value of attribute error
8 9 10 |
# File 'lib/terret/llm.rb', line 8 def error @error end |
#id ⇒ Object (readonly)
Returns the value of attribute id
8 9 10 |
# File 'lib/terret/llm.rb', line 8 def id @id end |