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

Properties

Properties

text: string

A short summary of the reasoning used by the model when generating the response.

type: "summary_text"

The type of the object. Always summary_text.