Class: Rixie::Event::ToolCallEnd

Inherits:
Data
  • Object
show all
Defined in:
lib/rixie/event/tool_call_end.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



5
6
7
# File 'lib/rixie/event/tool_call_end.rb', line 5

def result
  @result
end

#tool_callObject (readonly)

Returns the value of attribute tool_call

Returns:

  • (Object)

    the current value of tool_call



5
6
7
# File 'lib/rixie/event/tool_call_end.rb', line 5

def tool_call
  @tool_call
end