Class: RubynCode::LLM::ImageBlock
- Inherits:
-
Data
- Object
- Data
- RubynCode::LLM::ImageBlock
- Defined in:
- lib/rubyn_code/llm/message_builder.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#media_type ⇒ Object
readonly
Returns the value of attribute media_type.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
13 14 15 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 13 def data @data end |
#media_type ⇒ Object (readonly)
Returns the value of attribute media_type
13 14 15 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 13 def media_type @media_type end |
Instance Method Details
#type ⇒ Object
14 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 14 def type = 'image' |