Track tool part versions for SSE updates

This commit is contained in:
Shantur Rathore
2025-11-07 13:41:07 +00:00
parent e7957fd67d
commit 27da588d22
4 changed files with 239 additions and 201 deletions

View File

@@ -21,6 +21,7 @@ export interface Message {
timestamp: number
status: "sending" | "sent" | "streaming" | "complete" | "error"
version: number
partVersions?: Map<string, number>
displayParts?: MessageDisplayParts
}