Skip to content

Commit 0bd2626

Browse files
docs(file): terser share-status output descriptions
1 parent da90830 commit 0bd2626

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

apps/sim/blocks/blocks/file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ export const FileV5Block: BlockConfig<FileParserV3Output> = {
13611361
files: {
13621362
type: 'file[]',
13631363
description:
1364-
'Workspace file objects (read; each includes a "share" field — { visibility, url, allowedEmails }, where visibility is "private" when not shared or "public"/"password"/"email"/"sso" with the link in url), fetched file objects (fetch), the compressed archive (compress), or extracted files (decompress)',
1364+
'Workspace file objects with share status (read), fetched file objects (fetch), the compressed archive (compress), or extracted files (decompress)',
13651365
},
13661366
contents: {
13671367
type: 'array',

apps/sim/tools/file/get.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ const createFileReadTool = (config: {
6060
},
6161

6262
outputs: {
63-
files: {
64-
type: 'file[]',
65-
description:
66-
'Workspace file objects, each with a "share" field: { visibility, url, allowedEmails }. visibility is "private" when not publicly shared (url null), otherwise "public"/"password"/"email"/"sso" with the public link in url',
67-
},
63+
files: { type: 'file[]', description: 'Workspace file objects' },
6864
},
6965
})
7066

0 commit comments

Comments
 (0)