File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,19 @@ MongoDB Github Copilot Participant
15
15
16
16
|vsce-full| automatically includes a MongoDB Github Copilot Participant
17
17
to assist in using Copilot with your MongoDB deployments. Through
18
- Copilot's chat feature, users with |vsce| can engage with their coding
19
- environment with MongoDB doman-specific knowledge on top of
20
- VSCode Copilot's LLM.
18
+ Copilot's chat feature, users with |vsce| can interact their MongoDB
19
+ clusters and generate code with MongoDB domain-specific knowledge on top
20
+ of VSCode Copilot's LLM.
21
+
22
+ /query
23
+ ------
24
+
25
+ Users can use the ``/query`` command to generate queries from a natural
26
+ language against a connected MongoDB cluster. The MongoDB Participant
27
+ provides underlying schema information of the relevant collections and
28
+ MongoDB domain specific knowledge to Copilot to generate a response.
29
+ When the LLM generates a query, users can open the query in a playground
30
+ file or run the query directly in their collection.
31
+
32
+ /query Example
33
+ ~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments