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