Table of Contents

Class ResponseOutputTextEvent

public class ResponseOutputTextEvent : ResponseStreamEventBase
Inheritance
object
ResponseOutputTextEvent
Inherited Members

Properties

ContentIndex

The index of the content part that was added.

public int ContentIndex { get; set; }

Property Value

int

Logprobs

The log probabilities of the tokens in the delta.

public LogProb[] Logprobs { get; set; }

Property Value

LogProb[]

Text

The text content that is finalized.

public string Text { get; set; }

Property Value

string