How can I add a sentence after the default prompt? #1177
-
The plugin will use the default prompt when I did not specify a prompt. |
Beta Was this translation helpful? Give feedback.
Answered by
gennaro-tedesco
Jul 29, 2025
Replies: 1 comment 1 reply
-
You can append to the default system prompt, see here local prompts = require('CopilotChat.config.prompts')
system_prompt = prompts.COPILOT_BASE.system_prompt.."rest of the sentence" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lsaint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can append to the default system prompt, see here