A text output from the model.

interface OutputText {
    text: string;
    type: "output_text";
}

Properties

Properties

text: string

The text output from the model.

type: "output_text"

The type of the output text. Always output_text.