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



81
82
83
84
85
# File 'lib/llm_gateway/agents/event.rb', line 81

def to_h
  {
    type: type
  }
end