跳转到内容

SystemMessageItem

此内容尚不支持你的语言。

type SystemMessageItem = object;
content: string;
optional id: string;
optional providerData: Record<string, any>;
role: "system";
optional type: "message";