mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 15:16:28 +08:00
chore(server): return parent id of sessions (#10638)
This commit is contained in:
@@ -280,6 +280,9 @@ class CopilotSessionType {
|
||||
@Field(() => ID)
|
||||
id!: string;
|
||||
|
||||
@Field(() => ID, { nullable: true })
|
||||
parentSessionId!: string | undefined;
|
||||
|
||||
@Field(() => String)
|
||||
promptName!: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user