Class: Rixie::Event::ToolCallsCompleted

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

Instance Attribute Summary collapse

Instance Attribute Details

#tool_callsObject (readonly)

Returns the value of attribute tool_calls

Returns:

  • (Object)

    the current value of tool_calls



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

def tool_calls
  @tool_calls
end

#tool_resultsObject (readonly)

Returns the value of attribute tool_results

Returns:

  • (Object)

    the current value of tool_results



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

def tool_results
  @tool_results
end