mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
feat: improve histories query for forked session (#7414)
This commit is contained in:
@@ -1405,6 +1405,7 @@ export type GetCopilotHistoriesQuery = {
|
||||
createdAt: string;
|
||||
messages: Array<{
|
||||
__typename?: 'ChatMessage';
|
||||
id: string | null;
|
||||
role: string;
|
||||
content: string;
|
||||
attachments: Array<string> | null;
|
||||
|
||||
Reference in New Issue
Block a user