EYHN
2024-04-23 01:38:23 +00:00
parent a20a3fbbf8
commit c425cfa598
10 changed files with 130 additions and 151 deletions

View File

@@ -346,7 +346,7 @@ export type GetCopilotHistoriesQuery = {
role: string;
content: string;
attachments: Array<string> | null;
createdAt: string | null;
createdAt: string;
}>;
}>;
};