We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684708f commit 2dc7651Copy full SHA for 2dc7651
src/participant/prompts/exportToPlayground.ts
@@ -5,7 +5,7 @@ export class ExportToPlaygroundPrompt extends PromptBase<PromptArgsBase> {
5
return `You are a MongoDB expert.
6
Your task is to convert user's code written in any programming language to the MongoDB mongosh shell script.
7
If the user's code contains a database and collection name, preserve them in the transpiled code,
8
-otherwise use '<YOUR_DATABASE_NAME>' and 'YOUR_COLLECTION_NAME' placeholders.
+otherwise use '<YOUR_DATABASE_NAME>' and '<YOUR_COLLECTION_NAME>' placeholders.
9
10
Example:
11
User:
0 commit comments