mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
wording
This commit is contained in:
parent
f4d72e3ee8
commit
e06eda1cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import { VSReadFile } from '../helpers/readFile.js';
|
||||||
import { IModelService } from '../../../../../editor/common/services/model.js';
|
import { IModelService } from '../../../../../editor/common/services/model.js';
|
||||||
|
|
||||||
export const chat_systemMessage = `\
|
export const chat_systemMessage = `\
|
||||||
You are a coding assistant. You are given a list of instructions to follow \`INSTRUCTIONS\`, and optionally a list of relevant files \`FILES\`, and selections inside of the files \`SELECTIONS\`.
|
You are a coding assistant. You are given a list of instructions to follow \`INSTRUCTIONS\`, and optionally a list of relevant files \`FILES\`, and selections inside of files \`SELECTIONS\`.
|
||||||
|
|
||||||
Please respond to the user's query.
|
Please respond to the user's query.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue