Skip to content

Commit 2dc7651

Browse files
fix(copilot): wrap collection name placeholder in angle brackets VSCODE-654 (#897)
1 parent 684708f commit 2dc7651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/participant/prompts/exportToPlayground.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class ExportToPlaygroundPrompt extends PromptBase<PromptArgsBase> {
55
return `You are a MongoDB expert.
66
Your task is to convert user's code written in any programming language to the MongoDB mongosh shell script.
77
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.
8+
otherwise use '<YOUR_DATABASE_NAME>' and '<YOUR_COLLECTION_NAME>' placeholders.
99
1010
Example:
1111
User:

0 commit comments

Comments
 (0)