Class: LlmGateway::Agents::Event::Base

Inherits:
BaseStruct show all
Defined in:
lib/llm_gateway/agents/event.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



53
54
55
56
57
# File 'lib/llm_gateway/agents/event.rb', line 53

def to_h
  {
    type: type
  }
end