opt(chat): Enhance error handling for chat.send timeouts and improve logging in gateway RPC calls (#788)
This commit is contained in:
@@ -177,6 +177,7 @@ function handleGatewayNotification(notification: { method?: string; params?: Rec
|
||||
activeRunId: null,
|
||||
pendingFinal: false,
|
||||
lastUserMessageAt: null,
|
||||
error: null,
|
||||
});
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user