Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 665 Bytes

MessageDeltaObjectDelta.md

File metadata and controls

24 lines (12 loc) · 665 Bytes

MessageDeltaObjectDelta

The delta containing the fields that have changed on the Message.

Properties

Name Type Description Notes
role RoleEnum The entity that produced the message. One of `user` or `assistant`. [optional]
content List<MessageDeltaObjectDeltaContentInner> The content of the message in array of text and/or images. [optional]

Enum: RoleEnum

Name Value
USER "user"
ASSISTANT "assistant"