We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e29d60 commit a24f238Copy full SHA for a24f238
snippets/ai/src/ai.ts
@@ -85,7 +85,7 @@ module.exports = async (globalThis: CliContext) => {
85
},
86
{
87
cmd: 'ai.find',
88
- desc: 'generate a MongoDB query or aggregation',
+ desc: 'generate a query or aggregation',
89
example: 'ai.find documents where name = "Ada"',
90
91
@@ -95,7 +95,7 @@ module.exports = async (globalThis: CliContext) => {
95
96
97
cmd: 'ai.command',
98
- desc: `Generate mongosh commands`,
+ desc: `generate mongosh commands`,
99
example: 'ai.command insert a new sample document | alias: ai.cmd',
100
101
0 commit comments