Skip to content

Commit 9949ef9

Browse files
committed
DOCSP-43493 updating snooty.toml
1 parent 270dc4e commit 9949ef9

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

source/copilot-query.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
:class: singlecol
1414

1515
The ``/query`` command assists in generating queries from a natural
16-
language against a connected MongoDB cluster. The MongoDB Github Copilot
17-
Participant provides underlying schema information of the relevant
18-
collections to Github Copilot to generate a response. If you do not
19-
specify a collection in your prompt, the chat prompts you to select a
20-
relevant collection.
16+
language against a connected MongoDB cluster. The |copilot| provides
17+
underlying schema information of the relevant collections to Github
18+
Copilot to generate a response. If you do not specify a collection in
19+
your prompt, the chat prompts you to select a relevant collection.
2120

2221
When the LLM generates a query, you can open the query in a playground
2322
file or run the query directly in your collection.
@@ -55,14 +54,14 @@ value of ``Kayden Washington``.
5554
@MongoDB /query find a document in the users collection with the name
5655
of Kayden Washington.
5756

58-
The Github Copilot Chat uses the MongoDB Github Copilot Participant to
57+
The Github Copilot Chat uses the |copilot| to
5958
generate the following query using knowledge of your database schema:
6059

6160
.. code-block:: javascript
6261

6362
db.getCollection('users').findOne({ name: 'Kayden Washington' });
6463

65-
Once the MongoDB Github Copilot Participant generates the query, you can choose to run the query directly or open the query in a playground.
64+
Once the |copilot| generates the query, you can choose to run the query directly or open the query in a playground.
6665

6766
Build an Aggregation Pipeline
6867
`````````````````````````````

source/copilot.txt

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _vsce-copilot:
22

33
==================================
4-
MongoDB Github Copilot Participant
4+
|copilot|
55
==================================
66

77
.. default-domain:: mongodb
@@ -12,16 +12,15 @@ MongoDB Github Copilot Participant
1212
:depth: 1
1313
:class: singlecol
1414

15-
|vsce-full| includes a MongoDB Github Copilot Participant to assist in
16-
using `Github Copilot <https://github.com/features/copilot>`__ with your
17-
MongoDB deployments. Through Github Copilot's chat feature, users with
18-
|vsce| can interact with their MongoDB clusters and generate code with
19-
MongoDB domain-specific knowledge on top of Github Copilot's LLM. The
20-
MongoDB Copilot Participant can also answer questions about your
21-
database collection schema and provide links to specific MongoDB
22-
documentation.
15+
|vsce-full| includes the |copilot| to assist in using `Github Copilot
16+
<https://github.com/features/copilot>`__ with your MongoDB deployments.
17+
Through Github Copilot's chat feature, users with |vsce| can interact
18+
with their MongoDB clusters and generate code with MongoDB
19+
domain-specific knowledge on top of Github Copilot's LLM. The |copilot
20+
can also answer questions about your database collection schema and
21+
provide links to specific MongoDB documentation.
2322

24-
The MongoDB Github Copilot Participant includes MongoDB-specific
23+
The |copilot| includes MongoDB-specific
2524
commands to assist in interacting with your deployment.
2625

2726
Commands
@@ -33,9 +32,6 @@ Commands
3332
The ``/query`` command assists in generating queries from a natural
3433
language against a connected MongoDB cluster.
3534

36-
37-
38-
3935
.. toctree::
4036
:titlesonly:
4137

0 commit comments

Comments
 (0)