Class: Pikuri::Agent::Event::Assistant

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/agent/event.rb

Overview

Assistant Markdown content, from a RubyLLM::Message. Emitted by after_message; empty content is filtered (pure tool-call turns surface Tokens only).

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



50
51
52
# File 'lib/pikuri/agent/event.rb', line 50

def content
  @content
end