Apply suggestion from @cliffhall

This commit is contained in:
Cliff Hall
2025-10-10 10:55:27 -04:00
committed by GitHub
parent 12e313bf13
commit f3c5e4f312

View File

@@ -135,7 +135,7 @@ const ZipResourcesInputSchema = z.object({
outputType: z.enum([
'resourceLink',
'resource'
]).default('resource').describe("How the resulting zip file should be returned. 'resourceLink' returns a linked to a resource that can be read later, 'resource' returns a full resource object."),
]).default('resource').describe("How the resulting zip file should be returned. 'resourceLink' returns a link to a resource that can be read later, 'resource' returns a full resource object."),
});
enum ToolName {