メインコンテンツまでスキップ
バージョン: 20 R9 BETA

OpenAIChatCompletionsStreamResult

Inherits

プロパティ

プロパティ説明
dataObjectContains the stream data sent by the server.

Computed Properties

プロパティ説明
choiceOpenAIChoiceReturns a choice data, with a delta message.
choicesCollectionReturns a collection of OpenAIChoice data, with delta messages.

Overrided properties

プロパティ説明
successOpenAIChoiceReturns True if the streaming data was successfully decoded as an object.
terminatedBooleanA Boolean indicating whether the HTTP request was terminated. ie onTerminate called.