Documentation / @agentick/shared / S3Source
Interface: S3Source
Defined in: blocks.ts:103
Base properties shared by all content blocks.
Extends
Properties
bucket
readonlybucket:string
Defined in: blocks.ts:105
createdAt?
readonlyoptionalcreatedAt:string
Defined in: blocks.ts:58
ISO 8601 timestamp when this block was created
Inherited from
id?
readonlyoptionalid:string
Defined in: blocks.ts:54
Unique identifier for this block
Inherited from
index?
readonlyoptionalindex:number
Defined in: blocks.ts:62
Position of this block within the message
Inherited from
key
readonlykey:string
Defined in: blocks.ts:106
messageId?
readonlyoptionalmessageId:string
Defined in: blocks.ts:56
ID of the message containing this block
Inherited from
metadata?
readonlyoptionalmetadata:Record<string,any>
Defined in: blocks.ts:75
Additional metadata
Inherited from
mimeType?
readonlyoptionalmimeType:string
Defined in: blocks.ts:60
MIME type of the content (for media blocks)
Inherited from
region?
readonlyoptionalregion:string
Defined in: blocks.ts:107
summary?
readonlyoptionalsummary:string
Defined in: blocks.ts:66
Human-readable summary of the content
Inherited from
type
readonlytype:"s3"|S3
Defined in: blocks.ts:104
Discriminator for type narrowing (e.g., 'text', 'image', 'tool_use')