The completed summary part.

interface Part {
    text: string;
    type: "summary_text";
}

Properties

Properties

text: string

The text of the summary part.

type: "summary_text"

The type of the summary part. Always summary_text.