mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
fix: disable default save page as (#6548)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
@@ -225,6 +225,7 @@ query getCopilotHistories($workspaceId: String!, $docId: String, $options: Query
|
||||
sessionId
|
||||
tokens
|
||||
action
|
||||
createdAt
|
||||
messages {
|
||||
role
|
||||
content
|
||||
|
||||
@@ -340,6 +340,7 @@ export type GetCopilotHistoriesQuery = {
|
||||
sessionId: string;
|
||||
tokens: number;
|
||||
action: string | null;
|
||||
createdAt: string;
|
||||
messages: Array<{
|
||||
__typename?: 'ChatMessage';
|
||||
role: string;
|
||||
|
||||
Reference in New Issue
Block a user