Share via


MessageDeltaImageFileContent interface

Represents a streamed image file content part within a streaming message delta chunk.

Extends

Properties

imageFile

The image_file data.

type

The type of content for this content part, which is always "image_file."

Inherited Properties

index

The index of the content part of the message.

Property Details

imageFile

The image_file data.

imageFile?: MessageDeltaImageFileContentObject

Property Value

type

The type of content for this content part, which is always "image_file."

type: "image_file"

Property Value

"image_file"

Inherited Property Details

index

The index of the content part of the message.

index: number

Property Value

number

Inherited From MessageDeltaContentParent.index