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: src/index.ts
+8-25Lines changed: 8 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ const RETRIEVAL_TOOL: Tool = {
19
19
inputSchema: {
20
20
type: 'object',
21
21
properties: {
22
-
23
22
question: {
24
23
type: 'string',
25
24
description: 'The term to search for.',
@@ -28,12 +27,8 @@ const RETRIEVAL_TOOL: Tool = {
28
27
type: 'number',
29
28
description: 'The number of documents to retrieve.',
30
29
},
31
-
pipelineId: {
32
-
type: 'string',
33
-
description: 'The pipeline ID to retrieve documents from. If not specified explicitly, the value of VECTORIZE_PIPELINE_ID environment variable will be used.',
description: 'The pipeline ID to retrieve documents from. If not specified explicitly, the value of VECTORIZE_PIPELINE_ID environment variable will be used.',
0 commit comments