Module: Copilot::SystemMessageSection

Defined in:
lib/copilot/types.rb

Overview

System-message section identifiers (used with system_message section overrides). The "preamble" section targets only the identity preamble; the "preserve" action protects an individually-addressable section from a group-level remove.

Constant Summary collapse

PREAMBLE =
"preamble"
IDENTITY =
"identity"
TOOL_INSTRUCTIONS =
"tool_instructions"
PRESERVE =
"preserve"