MessageDeltaChunk interface
Represents a message delta i.e. any changed fields on a message during streaming.
Properties
delta | The delta containing the fields that have changed on the Message. |
id | The identifier of the message, which can be referenced in API endpoints. |
object | The object type, which is always |
Property Details
delta
The delta containing the fields that have changed on the Message.
delta: MessageDelta
Property Value
id
The identifier of the message, which can be referenced in API endpoints.
id: string
Property Value
string
object
The object type, which is always thread.message.delta
.
object: "thread.message.delta"
Property Value
"thread.message.delta"