You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp-server/src/tools.js
+2-20Lines changed: 2 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -298,13 +298,11 @@ const __tools = [
298
298
.optional(),
299
299
prompt: z
300
300
.string()
301
-
.describe(
302
-
"The name of the FileSearchStore containing Documents. Example: fileSearchStores/my-file-search-store-123 It takes the form fileSearchStores/{filesearchstore}."
303
-
),
301
+
.describe("The prompt for generating content using Gemini API."),
304
302
metadataFilter: z
305
303
.string()
306
304
.describe(
307
-
"Metadata filter to apply to the semantic retrieval documents and chunks."
305
+
`Metadata filter to apply to the semantic retrieval documents and chunks. Ex. 'author="Robert Graves"'`
0 commit comments