Saltar para o conteúdo principal
Versão: Próximo

OpenAIChatCompletionsStreamResult

Inherits

Propriedades

PropriedadeTipoDescrição
dataObjectContains the stream data sent by the server.

Computed Properties

PropriedadeTipoDescrição
choiceOpenAIChoiceReturns a choice data, with a delta message.
choicesCollectionReturns a collection of OpenAIChoice data, with delta messages.

Overrided properties

PropriedadeTipoDescrição
successOpenAIChoiceReturns True if the streaming data was successfully decoded as an object.
terminatedParâmetrosA Boolean indicating whether the HTTP request was terminated. ie onTerminate called.