Class: TextContent
- Inherits:
-
BaseStruct
- Object
- Dry::Struct
- BaseStruct
- TextContent
- Defined in:
- lib/llm_gateway/adapters/structs.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
45 46 47 48 49 50 |
# File 'lib/llm_gateway/adapters/structs.rb', line 45 def to_h { type: type, text: text } end |