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

Properties

Properties

text: string

The text content.

type: "output_text"

The type of content, which is always output_text.