Class: ToolCall
- Inherits:
-
BaseStruct
- Object
- Dry::Struct
- BaseStruct
- ToolCall
- Defined in:
- lib/llm_gateway/adapters/structs.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
74 75 76 77 78 79 80 81 |
# File 'lib/llm_gateway/adapters/structs.rb', line 74 def to_h { id: id, type: type, name: name, input: input } end |