Skip to content

Documentation / @agentick/client / Attachment

Interface: Attachment

Defined in: client/src/chat-types.ts:9

Properties

id

readonly id: string

Defined in: client/src/chat-types.ts:10


mimeType

readonly mimeType: string

Defined in: client/src/chat-types.ts:12


name

readonly name: string

Defined in: client/src/chat-types.ts:11


size?

readonly optional size: number

Defined in: client/src/chat-types.ts:14


source

readonly source: AttachmentSource

Defined in: client/src/chat-types.ts:13

Released under the ISC License.