Skip to content

Commit 4f22c05

Browse files
committed
DOCSP-43493 adding ai and data usage
1 parent ad7a58d commit 4f22c05

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/copilot.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ commands to assist in interacting with your deployment.
2525
/query
2626
------
2727

28-
Users can use the ``/query`` command in the Github Copilot chat to
29-
generate queries from a natural language against a connected MongoDB
30-
cluster. The MongoDB Github Copilot Participant provides underlying
31-
schema information of the relevant collections to Github Copilot to
32-
generate a response. If you do not specify a collection in your prompt,
33-
the chat prompts you to select a relevant collection.
34-
35-
When the LLM generates a query, users can open the query in a playground
36-
file or run the query directly in their collection.
28+
The ``/query`` command assists in generating queries from a natural
29+
language against a connected MongoDB cluster. The MongoDB Github Copilot
30+
Participant provides underlying schema information of the relevant
31+
collections to Github Copilot to generate a response. If you do not
32+
specify a collection in your prompt, the chat prompts you to select a
33+
relevant collection.
34+
35+
When the LLM generates a query, you can open the query in a playground
36+
file or run the query directly in your collection.
3737

3838
Example
3939
~~~~~~~

0 commit comments

Comments
 (0)