Class: RubynCode::LLM::TextBlock
- Inherits:
-
Data
- Object
- Data
- RubynCode::LLM::TextBlock
- Defined in:
- lib/rubyn_code/llm/message_builder.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#text ⇒ Object (readonly)
Returns the value of attribute text
5 6 7 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 5 def text @text end |
Instance Method Details
#type ⇒ Object
6 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 6 def type = 'text' |