SystemMessageItem
type SystemMessageItem = object;
Type declaration
Section titled “Type declaration”content
Section titled “content”content: string;
optional id: string;
providerData?
Section titled “providerData?”optional providerData: Record<string, any>;
role: "system";
optional type: "message";