mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
format
This commit is contained in:
parent
c4b9637546
commit
e3a59057a5
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ ${fileNameEditExample}.`)
|
|||
|
||||
details.push(`NEVER write the FULL PATH of a file when speaking with the user. Just write the file name ONLY.`)
|
||||
details.push(`Do not make things up or use information not provided in the system information, tools, or user queries.`)
|
||||
details.push(`Always use MARKDOWN to format lists, bullet points, etc. Do NOT write tables.`)
|
||||
details.push(`Today's date is ${new Date().toDateString()}.`)
|
||||
|
||||
const importantDetails = (`Important notes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue