Class: ToolResult

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

Direct Known Subclasses

ServerToolResult

Instance Method Summary collapse

Instance Method Details

#to_hObject



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