Skip to content

Commit 9fd4634

Browse files
committed
chore: fix metadata
1 parent b918f62 commit 9fd4634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/tools/mongodb/read/aggregate.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ describeWithMongoDB("aggregate tool", (integration) => {
2020
...databaseCollectionParameters,
2121
{
2222
name: "pipeline",
23-
description: "An array of aggregation stages to execute",
23+
description:
24+
"An array of aggregation stages to execute. $vectorSearch can only appear as the first stage of the aggregation pipeline or as the first stage of a $unionWith subpipeline.",
2425
type: "array",
2526
required: true,
2627
},

0 commit comments

Comments
 (0)