Class: Terret::LLM::ToolCallEnd

Inherits:
Data
  • Object
show all
Defined in:
lib/terret/llm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tool_callObject (readonly)

Returns the value of attribute tool_call

Returns:

  • (Object)

    the current value of tool_call



18
19
20
# File 'lib/terret/llm.rb', line 18

def tool_call
  @tool_call
end