ClientEventInputTextDelta interface
Streams a delta of input text content into the specified item.
- Extends
Properties
| content |
The index of the content part within the item the delta applies to. |
| delta | The text delta to append. |
| id | The ID of the item the text delta is being appended to. |
| type | The event type, must be |
Inherited Properties
| event |
Property Details
contentIndex
The index of the content part within the item the delta applies to.
contentIndex?: number
Property Value
number
delta
The text delta to append.
delta: string
Property Value
string
id
The ID of the item the text delta is being appended to.
id: string
Property Value
string
type
The event type, must be input_text.delta.
type: "input_text.delta"
Property Value
"input_text.delta"