Skip to content

Commit 111b518

Browse files
Update apps/sim/tools/file/compress.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 1226ccd commit 111b518

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/tools/file/compress.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export const fileCompressTool: InternalToolConfig<FileCompressParams, ToolRespon
3333
type: 'array',
3434
required: false,
3535
visibility: 'user-or-llm',
36+
maxItems: 64,
37+
items: { type: 'string' },
3638
description:
3739
'Folders whose files are included, as canonical percent-encoded paths, e.g. ["/Reports/Q3%20Results"]. Nested folders are included by default, and the folders are read at run time, so a file added later is picked up.',
3840
},

0 commit comments

Comments
 (0)