Aller au contenu principal
Version: Suivant

OpenAIChatCompletionsStreamResult

Inherits

Propriétés

PropriétéTypeDescription
dataObjectContains the stream data sent by the server.

Computed Properties

PropriétéTypeDescription
choiceOpenAIChoiceReturns a choice data, with a delta message.
choicesCollectionReturns a collection of OpenAIChoice data, with delta messages.

Overrided properties

PropriétéTypeDescription
successOpenAIChoiceReturns True if the streaming data was successfully decoded as an object.
terminatedBooleanA Boolean indicating whether the HTTP request was terminated. ie onTerminate called.