From aafed19f9bc2b73bf39d5a9c60f93ef513d4d9b1 Mon Sep 17 00:00:00 2001 From: James Henry Date: Tue, 20 Aug 2024 16:38:37 +0400 Subject: [PATCH] fix(nx-dev): modify prompt (#27536) --- nx-dev/util-ai/src/lib/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx-dev/util-ai/src/lib/constants.ts b/nx-dev/util-ai/src/lib/constants.ts index 9c05456f08..2f78c177e8 100644 --- a/nx-dev/util-ai/src/lib/constants.ts +++ b/nx-dev/util-ai/src/lib/constants.ts @@ -11,7 +11,8 @@ Your answer should adhere to the following rules: - Answer in markdown format. Try to give an example, such as with a code block or table, if you can. And be detailed but concise in your answer. - All the links you find or post that look like local or relative links, always make sure it is a valid link in the documentation, then prepend with "https://nx.dev". - Do not contradict yourself in the answer. -- Do not use any external knowledge or make assumptions outside of the provided the documentation. +- Do not use any external knowledge or make assumptions outside of the provided the documentation. +- Do not hallucinate. Do not make up factual information. Remember, answer the question using ONLY the information provided in the documentation. ` .replace(/\s+/g, ' ')