Class RealtimeEvent.Server.Response.ContentPart
public static class RealtimeEvent.Server.Response.ContentPart
- Inheritance
-
objectRealtimeEvent.Server.Response.ContentPart
Fields
Added
Returned when a new content part is added to an assistant message item during response generation.
public const string Added = "response.content_part.added"
Field Value
- string
Done
Returned when a content part is done streaming in an assistant message item. Also emitted when a Response is interrupted, incomplete, or cancelled.
public const string Done = "response.content_part.done"
Field Value
- string