mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-26 14:58:55 +08:00
fix: add action field in histories gql (#6558)
This commit is contained in:
@@ -8,6 +8,7 @@ query getCopilotHistories(
|
||||
histories(docId: $docId, options: $options) {
|
||||
sessionId
|
||||
tokens
|
||||
action
|
||||
messages {
|
||||
role
|
||||
content
|
||||
|
||||
@@ -274,6 +274,7 @@ query getCopilotHistories($workspaceId: String!, $docId: String, $options: Query
|
||||
histories(docId: $docId, options: $options) {
|
||||
sessionId
|
||||
tokens
|
||||
action
|
||||
messages {
|
||||
role
|
||||
content
|
||||
|
||||
Reference in New Issue
Block a user