Class RealtimeEvent.Server.Response.OutputText
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public static class RealtimeEvent.Server.Response.OutputText
Fields
| Edit this page View SourceDelta
Returned when the text value of a "text" content part is updated.
Declaration
public const string Delta = "response.output_text.delta"
Field Value
| Type | Description |
|---|---|
| string |
Done
Returned when the text value of a "text" content part is done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.
Declaration
public const string Done = "response.output_text.done"
Field Value
| Type | Description |
|---|---|
| string |