From e3a59057a5db91478633a4c45798fe47400f607e Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sun, 20 Apr 2025 21:37:09 -0700 Subject: [PATCH] format --- src/vs/workbench/contrib/void/common/prompt/prompts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/workbench/contrib/void/common/prompt/prompts.ts b/src/vs/workbench/contrib/void/common/prompt/prompts.ts index f1305896..7051ac76 100644 --- a/src/vs/workbench/contrib/void/common/prompt/prompts.ts +++ b/src/vs/workbench/contrib/void/common/prompt/prompts.ts @@ -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: