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

Properties

Properties

text: string
type: "input_text"