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