Saltar al contenido principal
Versión: Siguiente

OpenAIChatCompletionsStreamResult

Inherits

Propiedades

PropiedadTipoDescripción
dataObjectContains the stream data sent by the server.

Propiedades calculadas

PropiedadTipoDescripción
choiceOpenAIChoiceReturns a choice data, with a delta message.
choicesCollectionReturns a collection of OpenAIChoice data, with delta messages.

Overrided properties

PropiedadTipoDescripción
successOpenAIChoiceReturns True if the streaming data was successfully decoded as an object.
terminatedBooleanA Boolean indicating whether the HTTP request was terminated. ie onTerminate called.