Class: Copilot::SystemMessageReplaceConfig
- Inherits:
-
Struct
- Object
- Struct
- Copilot::SystemMessageReplaceConfig
- Defined in:
- lib/copilot/types.rb
Overview
System message in replace mode - caller provides entire system message.
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
Instance Method Summary collapse
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
89 90 91 |
# File 'lib/copilot/types.rb', line 89 def content @content end |
Instance Method Details
#to_h ⇒ Object
90 91 92 |
# File 'lib/copilot/types.rb', line 90 def to_h { mode: "replace", content: content } end |