ClientEventInputTextDone interface
Signals that the streamed input text content for the specified item is complete.
- Extends
Properties
| content |
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 |
Inherited Properties
| event |
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"