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, from thinking.text on a
RubyLLM::Message. Emitted by after_message; empty text is
filtered at the dispatch site.
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
45 46 47 |
# File 'lib/pikuri/agent/event.rb', line 45 def content @content end |