Class: Pikuri::Agent::Event::ToolResult
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::ToolResult
- Defined in:
- lib/pikuri/agent/event.rb
Overview
The observation a tool produced (Tool#run's return). Recoverable
failures arrive as "Error: ..." strings, not exceptions. Emitted
by after_tool_result.
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
77 78 79 |
# File 'lib/pikuri/agent/event.rb', line 77 def content @content end |