Class RealtimeEvent.Server.Response
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public static class RealtimeEvent.Server.Response
Fields
| Edit this page View SourceCreated
Returned when a new Response is created. The first event of response creation, where the response is in an initial state of "in_progress".
Declaration
public const string Created = "response.created"
Field Value
| Type | Description |
|---|---|
| string |
Done
Returned when a Response is done streaming. Always emitted, no matter the final state.
Declaration
public const string Done = "response.done"
Field Value
| Type | Description |
|---|---|
| string |