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";