A text input to the model.

interface ResponseInputText {
    text: string;
    type: "input_text";
}

Properties

Properties

text: string

The text input to the model.

type: "input_text"

The type of the input item. Always input_text.