feat: title of session (#12971)

fix AI-253
This commit is contained in:
DarkSky
2025-07-01 13:24:42 +08:00
committed by GitHub
parent 2be3f84196
commit 6e034185cf
16 changed files with 390 additions and 42 deletions

View File

@@ -324,6 +324,7 @@ type CopilotSessionType {
parentSessionId: ID
pinned: Boolean!
promptName: String!
title: String
}
type CopilotWorkspaceConfig {