ReasoningItem
type ReasoningItem = object;
Type Declaration
Section titled βType Declarationβcontent
Section titled βcontentβcontent: object[];
optional id: string;
providerData?
Section titled βproviderData?βoptional providerData: Record<string, any>;
rawContent?
Section titled βrawContent?βoptional rawContent: object[];
type: "reasoning";