ClientEventInputTextDone interface

Signals that the streamed input text content for the specified item is complete.

Extends

Properties

contentIndex

The index of the content part within the item.

id

The ID of the item whose text content has finished streaming.

type

The event type, must be input_text.done.

Inherited Properties

eventId

Property Details

contentIndex

The index of the content part within the item.

contentIndex?: number

Property Value

number

id

The ID of the item whose text content has finished streaming.

id: string

Property Value

string

type

The event type, must be input_text.done.

type: "input_text.done"

Property Value

"input_text.done"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId