You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snippets/ai/providers/docs/docs-ai-provider.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ export class DocsAiProvider extends AiProvider {
39
39
40
40
this.thinking.start(signal);
41
41
42
-
constwrappedPrompt=`Tell me the mongosh command for aggregating that would fit this prompt: ${prompt}. Just tell me the command no other words or formatting.`;
42
+
constwrappedPrompt=`Tell me the mongosh command for aggregating that would fit this prompt: ${prompt}. Do not say anything else. Do not use any formatting. Return the command.`;
@@ -52,7 +52,7 @@ export class DocsAiProvider extends AiProvider {
52
52
53
53
this.thinking.start(signal);
54
54
55
-
constwrappedPrompt=`Tell me the mongosh command for querying that would fit this prompt: ${prompt}. Just tell me the command no other words or formatting.`;
55
+
constwrappedPrompt=`Tell me the mongosh command for querying that would fit this prompt: ${prompt}. Do not say anything else. Do not use any formatting. Return the command.`;
0 commit comments