Class: RubynCode::LLM::ThinkingBlock
- Inherits:
-
Data
- Object
- Data
- RubynCode::LLM::ThinkingBlock
- 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
9 10 11 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 9 def text @text end |
Instance Method Details
#type ⇒ Object
10 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 10 def type = 'thinking' |