Skip to content

Commit 180e904

Browse files
committed
require namespace
1 parent 2bc131d commit 180e904

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/schema/CascadingSearchRequest.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ const Index = z.object({
77
name: z.string().describe('The name of an index to search.'),
88
namespace: z
99
.string()
10-
.optional()
11-
.describe(
12-
'The namespace to search. This must be a valid namespace for the index. If omitted, the default namespace ("") will be used.',
13-
),
10+
.describe('The namespace to search. This must be a valid namespace for the index.'),
1411
});
1512

1613
const CascadingSearchRerank = z

0 commit comments

Comments
 (0)