fix(tui): distinguish variant switch notices (#35315)
This commit is contained in:
parent
5b44e5bf41
commit
62af66a74f
14 changed files with 98 additions and 21 deletions
|
|
@ -4310,6 +4310,7 @@ export type SessionMessageModelSelected = {
|
|||
}
|
||||
type: "model-switched"
|
||||
model: ModelRef
|
||||
previous?: ModelRef
|
||||
}
|
||||
|
||||
export type SessionMessageUser = {
|
||||
|
|
@ -7985,6 +7986,7 @@ export type SessionMessageModelSelected2 = {
|
|||
}
|
||||
type: "model-switched"
|
||||
model: ModelRef2
|
||||
previous?: ModelRef2
|
||||
}
|
||||
|
||||
export type SessionMessageUser2 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue