Module: Copilot::SystemPromptSection

Defined in:
lib/copilot/types.rb

Overview

Known system prompt section identifiers for “customize” mode.

Constant Summary collapse

IDENTITY =
"identity"
TONE =
"tone"
TOOL_EFFICIENCY =
"tool_efficiency"
ENVIRONMENT_CONTEXT =
"environment_context"
CODE_CHANGE_RULES =
"code_change_rules"
GUIDELINES =
"guidelines"
SAFETY =
"safety"
TOOL_INSTRUCTIONS =
"tool_instructions"
CUSTOM_INSTRUCTIONS =
"custom_instructions"
LAST_INSTRUCTIONS =
"last_instructions"