ReadAttachmentOutput
@forge/monorepo / backend/src / ReadAttachmentOutput
Type Alias: ReadAttachmentOutput
ReadAttachmentOutput =
object
Defined in: backend/src/files/read-tool.ts:55
Properties
byteOffset
readonlybyteOffset:number
Defined in: backend/src/files/read-tool.ts:60
bytesReturned
readonlybytesReturned:number
Defined in: backend/src/files/read-tool.ts:61
fileId
readonlyfileId:string
Defined in: backend/src/files/read-tool.ts:56
filename
readonlyfilename:string
Defined in: backend/src/files/read-tool.ts:57
mediaType
readonlymediaType:string
Defined in: backend/src/files/read-tool.ts:58
nextOffset?
readonlyoptionalnextOffset?:number
Defined in: backend/src/files/read-tool.ts:65
text
readonlytext:string
Defined in: backend/src/files/read-tool.ts:59
totalBytes
readonlytotalBytes:number
Defined in: backend/src/files/read-tool.ts:62
truncated
readonlytruncated:boolean
Defined in: backend/src/files/read-tool.ts:64
True when there is more to read. The model pages from nextOffset rather than guessing.