Share via


MessageDeltaTextContent interface

Represents a streamed text content part within a streaming message delta chunk.

Extends

Properties

text

The text content details.

type

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

Inherited Properties

index

The index of the content part of the message.

Property Details

text

The text content details.

text?: MessageDeltaTextContentObject

Property Value

type

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

type: "text"

Property Value

"text"

Inherited Property Details

index

The index of the content part of the message.

index: number

Property Value

number

Inherited From MessageDeltaContentParent.index