mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
fix: add action field in histories gql (#6558)
This commit is contained in:
@@ -366,6 +366,7 @@ export type GetCopilotHistoriesQuery = {
|
||||
__typename?: 'CopilotHistories';
|
||||
sessionId: string;
|
||||
tokens: number;
|
||||
action: string | null;
|
||||
messages: Array<{
|
||||
__typename?: 'ChatMessage';
|
||||
role: string;
|
||||
|
||||
Reference in New Issue
Block a user