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 6b4371d commit 9c2c185Copy full SHA for 9c2c185
src/tools/mongodb/mongodbTool.ts
@@ -58,9 +58,7 @@ export const SearchIndexArgs = {
58
.optional()
59
.describe("The field mapping definitions. If `dynamic` is set to false, this is required."),
60
})
61
- .describe(
62
- "Document describing the index to create."
63
- ),
+ .describe("Document describing the index to create."),
64
};
65
66
export abstract class MongoDBToolBase extends ToolBase {
0 commit comments