feat(core): Set variant in assistant messages too (#12531)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Shantur Rathore
2026-02-06 22:33:47 +00:00
committed by GitHub
parent 7249b87bf6
commit a486b74b14
4 changed files with 5 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ export type AssistantMessage = {
write: number
}
}
variant?: string
finish?: string
}