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

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

Overview

Assistant reasoning (“thinking”) block, extracted from the thinking.text field on a RubyLLM::Message with role :assistant. Emitted by Pikuri::Agent‘s after_message wiring; empty thinking.text is filtered at the dispatch site so listeners never see vacuous events.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



53
54
55
# File 'lib/pikuri/agent/event.rb', line 53

def content
  @content
end