Class: Pikuri::Agent::Message::Thinking
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Message::Thinking
- Defined in:
- lib/pikuri/agent/message.rb
Overview
Assistant reasoning (“thinking”) block, extracted from the thinking.text field on a RubyLLM::Message with role :assistant.
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
37 38 39 |
# File 'lib/pikuri/agent/message.rb', line 37 def content @content end |