OpenAIChatCompletionsStreamResult
Inherits
Propiedades
Propiedad | Tipo | Descripción |
---|---|---|
data | Object | Contains the stream data sent by the server. |
Propiedades calculadas
Propiedad | Tipo | Descripción |
---|---|---|
choice | OpenAIChoice | Returns a choice data, with a delta message. |
choices | Collection | Returns a collection of OpenAIChoice data, with delta messages. |
Overrided properties
Propiedad | Tipo | Descripción |
---|---|---|
success | OpenAIChoice | Returns True if the streaming data was successfully decoded as an object. |
terminated | Boolean | A Boolean indicating whether the HTTP request was terminated. ie onTerminate called. |