Class: Copilot::MemoryConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
lib/copilot/types.rb

Overview

Opt-in persistent session memory.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



616
617
618
# File 'lib/copilot/types.rb', line 616

def enabled
  @enabled
end

Instance Method Details

#to_wireObject



617
618
619
# File 'lib/copilot/types.rb', line 617

def to_wire
  { enabled: enabled }.compact
end