Class: Pikuri::Agent::Event::Thinking

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

Overview

Assistant reasoning ("thinking") block, from thinking.text on a RubyLLM::Message. Emitted by after_message; empty text is filtered at the dispatch site.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



45
46
47
# File 'lib/pikuri/agent/event.rb', line 45

def content
  @content
end