Skip to content

Commit f3c5e4f

Browse files
authored
Apply suggestion from @cliffhall
1 parent 12e313b commit f3c5e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/everything/everything.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const ZipResourcesInputSchema = z.object({
135135
outputType: z.enum([
136136
'resourceLink',
137137
'resource'
138-
]).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."),
138+
]).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."),
139139
});
140140

141141
enum ToolName {

0 commit comments

Comments
 (0)