Class: Pikuri::Agent::Message::Thinking

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



37
38
39
# File 'lib/pikuri/agent/message.rb', line 37

def content
  @content
end