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

Properties

Properties

text: string

Reasoning text output from the model.

type: "reasoning_text"

The type of the object. Always reasoning_text.