UserItemType role property should be "user" not "system"
Opened this issue · 0 comments
Phodaie commented
export type UserItemType = {
previous_item_id?: string | null;
type: "message";
status: ItemStatusType;
role: "system";
content: Array<InputTextContentType | InputAudioContentType>;