Class: RubynCode::LLM::ThinkingBlock

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/llm/message_builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



9
10
11
# File 'lib/rubyn_code/llm/message_builder.rb', line 9

def text
  @text
end

Instance Method Details

#typeObject



10
# File 'lib/rubyn_code/llm/message_builder.rb', line 10

def type = 'thinking'