Class: Protege::ToolCallCompletedEvent
- Defined in:
- lib/protege/events/tool_call_completed_event.rb
Overview
Fired after a tool call returns a successful result.
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
Methods inherited from Event
#[], all, channel, #correlation_id, emit, #initialize, subscribe
Constructor Details
This class inherits a constructor from Protege::Event
Instance Method Details
#persona ⇒ Object
8 |
# File 'lib/protege/events/tool_call_completed_event.rb', line 8 def persona = self[:persona] |
#result ⇒ Object
10 |
# File 'lib/protege/events/tool_call_completed_event.rb', line 10 def result = self[:result] |
#tool_call ⇒ Object
9 |
# File 'lib/protege/events/tool_call_completed_event.rb', line 9 def tool_call = self[:tool_call] |