Skip to content

Commit 3b74708

Browse files
committed
fix for v2 versions
1 parent 2854906 commit 3b74708

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/sim/tools/pulse/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export const pulseParserV2Tool: ToolConfig<PulseParserV2Input, PulseParserOutput
268268
file: {
269269
type: 'file',
270270
required: true,
271-
visibility: 'user-only',
271+
visibility: 'hidden',
272272
description: 'Document to be processed',
273273
},
274274
pages: pulseParserTool.params.pages,

apps/sim/tools/reducto/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const reductoParserV2Tool: ToolConfig<ReductoParserV2Input, ReductoParser
196196
file: {
197197
type: 'file',
198198
required: true,
199-
visibility: 'user-only',
199+
visibility: 'hidden',
200200
description: 'PDF document to be processed',
201201
},
202202
pages: reductoParserTool.params.pages,

apps/sim/tools/textract/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export const textractParserV2Tool: ToolConfig<TextractParserV2Input, TextractPar
306306
file: {
307307
type: 'file',
308308
required: false,
309-
visibility: 'user-only',
309+
visibility: 'hidden',
310310
description: 'Document to be processed (JPEG, PNG, or single-page PDF).',
311311
},
312312
s3Uri: textractParserTool.params.s3Uri,

0 commit comments

Comments
 (0)