Skip to content

Commit ba7e421

Browse files
committed
DOCSP-43493 adding copilot page
1 parent 4aa8ed9 commit ba7e421

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

source/copilot.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ MongoDB Github Copilot Participant
1515

1616
|vsce-full| automatically includes a MongoDB Github Copilot Participant
1717
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+
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)