Class: Pikuri::Agent::Message::ToolResult

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

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



51
52
53
# File 'lib/pikuri/agent/message.rb', line 51

def content
  @content
end