Class RealtimeEvent.Server.Response.OutputText
public static class RealtimeEvent.Server.Response.OutputText
- Inheritance
-
objectRealtimeEvent.Server.Response.OutputText
Fields
Delta
Returned when the text value of a "text" content part is updated.
public const string Delta = "response.output_text.delta"
Field Value
- 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.
public const string Done = "response.output_text.done"
Field Value
- string