Skip to main content
Version: 21

OpenAIChatCompletionsStreamResult

Inherits​

Properties​

PropertyTypeDescription
dataObjectContains the stream data sent by the server.

Computed Properties​

PropertyTypeDescription
choiceOpenAIChoiceReturns a choice data, with a delta message.
choicesCollectionReturns a collection of OpenAIChoice data, with delta messages.

Overrided properties​

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