Aller au contenu principal
Version: 20 R9 BETA

OpenAIChatCompletionsStreamResult

Hérite de

Propriétés

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

Propriétés calculées

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

Propriétés surchargées

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.