fix chat timeout

This commit is contained in:
Harivansh Rathi 2026-03-14 00:19:59 -04:00
parent 0d743bc592
commit 41bf2776f1
7 changed files with 551 additions and 7 deletions

View file

@ -49,6 +49,7 @@ function addManagedSession(
session,
queue: [],
processing: false,
activeDurableRun: null,
activeAssistantMessage: null,
pendingToolResults: [],
createdAt: Date.now(),