This commit is contained in:
Andrew Pareles 2025-04-20 21:37:09 -07:00
parent c4b9637546
commit e3a59057a5

View file

@ -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: