MessageDelta
@Serializable
Represents a message delta i.e. any changed fields on a message during streaming.
Parameters
id
the identifier of the message, which can be referenced in API endpoints.
object
the object type, which is always thread.message.delta.
delta
the delta containing the fields that have changed on the message.