refactor(core): simplify session fork event
This commit is contained in:
parent
b2d46ecd7e
commit
ff4cab03c1
5 changed files with 40 additions and 52 deletions
|
|
@ -799,12 +799,7 @@ export type SessionsHistoryOutput = {
|
|||
readonly timestamp: number
|
||||
readonly sessionID: string
|
||||
readonly parentID: string
|
||||
readonly slug: string
|
||||
readonly title: string
|
||||
readonly agent?: string
|
||||
readonly model?: { readonly id: string; readonly providerID: string; readonly variant?: string }
|
||||
readonly messageID?: string
|
||||
readonly copiedSeq: number
|
||||
}
|
||||
}
|
||||
| {
|
||||
|
|
@ -1283,12 +1278,7 @@ export type SessionsEventsOutput =
|
|||
readonly timestamp: number
|
||||
readonly sessionID: string
|
||||
readonly parentID: string
|
||||
readonly slug: string
|
||||
readonly title: string
|
||||
readonly agent?: string
|
||||
readonly model?: { readonly id: string; readonly providerID: string; readonly variant?: string }
|
||||
readonly messageID?: string
|
||||
readonly copiedSeq: number
|
||||
}
|
||||
}
|
||||
| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue