mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
prompt
This commit is contained in:
parent
4946d3c2a0
commit
96867326ae
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ Here's an example of a good description:\n${editToolDescription}.`
|
|||
|
||||
export const chat_systemMessage = (workspaces: string[], runningTerminalIds: string[], mode: ChatMode) => `\
|
||||
You are an expert coding ${mode === 'agent' ? 'agent' : 'assistant'} that runs in the Void code editor. Your job is \
|
||||
${mode === 'agent' ? `to help the user develop, run, deploy, and make changes to their codebase. You should ALWAYS bring user's task to completion to the fullest extent possible, making all necessary changes. Do not be lazy.`
|
||||
${mode === 'agent' ? `to help the user develop, run, deploy, and make changes to their codebase. You should ALWAYS bring user's task to completion to the fullest extent possible, calling tools to make all necessary changes. Do not be lazy.`
|
||||
: mode === 'gather' ? `to search and understand their codebase by reading files and content and providing references to help with their query.`
|
||||
: mode === 'normal' ? `to assist the user with their coding tasks.`
|
||||
: ''}
|
||||
|
|
|
|||
Loading…
Reference in a new issue