Class: Pikuri::Agent::Message::ToolResult
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Message::ToolResult
- Defined in:
- lib/pikuri/agent/message.rb
Overview
The observation a tool produced, as returned by Tool#run. Recoverable failures arrive here as “Error: …” strings (per the pikuri error convention), not as exceptions.
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
51 52 53 |
# File 'lib/pikuri/agent/message.rb', line 51 def content @content end |