Class: Copilot::MemoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Copilot::MemoryConfiguration
- Defined in:
- lib/copilot/types.rb
Overview
Opt-in persistent session memory.
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Method Summary collapse
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
613 614 615 |
# File 'lib/copilot/types.rb', line 613 def enabled @enabled end |
Instance Method Details
#to_wire ⇒ Object
614 615 616 |
# File 'lib/copilot/types.rb', line 614 def to_wire { enabled: enabled }.compact end |