SkippedAttachment
@forge/monorepo / backend/src / SkippedAttachment
Type Alias: SkippedAttachment
SkippedAttachment =
object
Defined in: backend/src/files/turn-parts.ts:61
Properties
fileId
readonlyfileId:string
Defined in: backend/src/files/turn-parts.ts:62
filename?
readonlyoptionalfilename?:string
Defined in: backend/src/files/turn-parts.ts:63
message
readonlymessage:string
Defined in: backend/src/files/turn-parts.ts:67
A sentence the caller can put in the transcript verbatim.
reason
readonlyreason:"unsupported-media-type"|"too-large"|"too-many"|"unreadable"|"modality-not-accepted"
Defined in: backend/src/files/turn-parts.ts:65
unreadable covers both "does not exist" and "not yours" — the service does not distinguish, deliberately.