fix task agent performance issues

This commit is contained in:
Dax Raad
2025-06-19 13:00:45 -04:00
parent 7d1a1663c8
commit 97c4815444
2 changed files with 6 additions and 2 deletions

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)
}