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

Properties

Properties

text: string

The text content.

type: "input_text"

The type of content, which is always input_text.