Class: RubynCode::LLM::TextBlock

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



5
6
7
# File 'lib/rubyn_code/llm/message_builder.rb', line 5

def text
  @text
end

Instance Method Details

#typeObject



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

def type = 'text'