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

Properties

Properties

text: string

A summary of the reasoning output from the model so far.

type: "summary_text"

The type of the object. Always summary_text.