fix: re-create session should skip rewrite messages (#6513)

This commit is contained in:
DarkSky
2024-04-11 12:22:45 +08:00
committed by GitHub
parent 5cd4c051fd
commit db1206dbd5
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type Copilot {
type CopilotHistories {
"""An mark identifying which view to use to display the session"""
action: String!
action: String
messages: [ChatMessage!]!
sessionId: String!