Class: Pikuri::Agent::Event::ToolResult

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



77
78
79
# File 'lib/pikuri/agent/event.rb', line 77

def content
  @content
end