Class: Pikuri::Agent::Event::Thinking
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::Thinking
- 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
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
53 54 55 |
# File 'lib/pikuri/agent/event.rb', line 53 def content @content end |