fix: disable default save page as (#6548)

Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
soumyasen10
2024-04-18 13:49:03 +05:30
committed by GitHub
parent d9e6561762
commit 19f8407d7f
4 changed files with 19 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ type Copilot {
type CopilotHistories {
"""An mark identifying which view to use to display the session"""
action: String
createdAt: DateTime!
messages: [ChatMessage!]!
sessionId: String!