fix task agent performance issues
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-19 13:00:45 -04:00
parent fc079b67b2
commit f5bc0a6de8
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -584,7 +584,7 @@ export namespace Session {
break
case "tool-call-delta":
break
continue
// for some reason ai sdk claims to not send this part but it does
// @ts-expect-error
@@ -619,6 +619,7 @@ export namespace Session {
l.info("unhandled", {
type: value.type,
})
continue
}
await updateMessage(next)
}