Class: ToolResult
- Inherits:
-
BaseStruct
- Object
- Dry::Struct
- BaseStruct
- ToolResult
- Defined in:
- lib/llm_gateway/adapters/structs.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
64 65 66 67 68 69 70 |
# File 'lib/llm_gateway/adapters/structs.rb', line 64 def to_h { type: type, tool_use_id: tool_use_id, content: content } end |