mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
voidrules
This commit is contained in:
parent
90c1beecca
commit
f0f7c57485
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ const prepareOpenAIOrAnthropicMessages = ({
|
|||
|
||||
// find system messages and concatenate them
|
||||
const newSystemMessage = aiInstructions ?
|
||||
`${(systemMessage ? `${systemMessage}\n\n` : '')}GUIDELINES\n${aiInstructions}`
|
||||
`${(systemMessage ? `${systemMessage}\n\n` : '')}GUIDELINES (from the user's .voidrules file):\n${aiInstructions}`
|
||||
: systemMessage
|
||||
|
||||
let separateSystemMessageStr: string | undefined = undefined
|
||||
|
|
|
|||
Loading…
Reference in a new issue