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
)}. Skip the use command to switch to the database, it is already set.`
214
+
: '')+
215
+
(expectedOutput==='command'
216
+
? `Expected output is meant to be just a mongo shell, no explanation or formatting.`
196
217
: '')
197
218
);
198
219
}
@@ -208,7 +229,7 @@ export class AiProvider {
208
229
209
230
awaitthis.processResponse(prompt,{
210
231
systemPrompt: awaitthis.getSystemPrompt(
211
-
"You generate the exact mongosh aggregate command that matches the user's request",
232
+
"You generate the exact mongosh aggregate command that matches the user's request. The message specifies the requirements to find and/or aggregate the documents by.",
0 commit comments