Skip to main content

SkippedAttachment

@forge/monorepo


@forge/monorepo / backend/src / SkippedAttachment

Type Alias: SkippedAttachment

SkippedAttachment = object

Defined in: backend/src/files/turn-parts.ts:61

Properties

fileId

readonly fileId: string

Defined in: backend/src/files/turn-parts.ts:62


filename?

readonly optional filename?: string

Defined in: backend/src/files/turn-parts.ts:63


message

readonly message: string

Defined in: backend/src/files/turn-parts.ts:67

A sentence the caller can put in the transcript verbatim.


reason

readonly reason: "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.