Class RealtimeEvent.Server.Response.ContentPart
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public static class RealtimeEvent.Server.Response.ContentPart
Fields
| Edit this page View SourceAdded
Returned when a new content part is added to an assistant message item during response generation.
Declaration
public const string Added = "response.content_part.added"
Field Value
| Type | Description |
|---|---|
| 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.
Declaration
public const string Done = "response.content_part.done"
Field Value
| Type | Description |
|---|---|
| string |