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

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

Overview

Assistant Markdown content, extracted from a RubyLLM::Message with role :assistant. Emitted by Pikuri::Agent‘s after_message wiring; empty content is filtered at the dispatch site (pure tool-call turns surface Tokens only, no Assistant).

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



59
60
61
# File 'lib/pikuri/agent/event.rb', line 59

def content
  @content
end