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