Class: Terret::LLM::ToolCallEnd
- Inherits:
-
Data
- Object
- Data
- Terret::LLM::ToolCallEnd
- Defined in:
- lib/terret/llm.rb
Instance Attribute Summary collapse
-
#tool_call ⇒ Object
readonly
Returns the value of attribute tool_call.
Instance Attribute Details
#tool_call ⇒ Object (readonly)
Returns the value of attribute tool_call
18 19 20 |
# File 'lib/terret/llm.rb', line 18 def tool_call @tool_call end |