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

Properties

Properties

text: string
type: "output_text"