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

@@ -387,6 +387,7 @@ export namespace MessageV2 {
write: z.number(),
}),
}),
variant: z.string().optional(),
finish: z.string().optional(),
}).meta({
ref: "AssistantMessage",