コンテンツにスキップ

SystemMessageItem

このコンテンツはまだ日本語訳がありません。

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