Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.
Moved the namespace, schema, and sample document passing to the user prompt. I think these should be in the user prompt as we don't want any of the information from the data to impact what the ai will respond with. This is similar to a system prompt, if you allow for unsanitized text to make it's way into the system prompt then it can be susceptible to things like prompt injection.
Removed "You can imagine the schema."
Changed around some of the language to be a bit more intentional (hopefully? this is hard to measure the impact of).
Updated the examples to have the ```javascript wrapper around the code.
The accuracy tests are very limited in what they're testing, so take them with a grain of salt, they don't indicate much except that the prompt still works with basic requests.
VSCODE-528
Updates to the prompt:
The accuracy tests are very limited in what they're testing, so take them with a grain of salt, they don't indicate much except that the prompt still works with basic requests.