Class: TextContent

Inherits:
BaseStruct show all
Defined in:
lib/llm_gateway/adapters/structs.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



16
17
18
19
20
21
# File 'lib/llm_gateway/adapters/structs.rb', line 16

def to_h
  {
    type: type,
    text: text
  }
end