fix(backends,conversations,telegram,ui): a background subagent reports back as its own turn
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
onMount(() => {
|
||||
const timer = setInterval(() => {
|
||||
if (model.running) {
|
||||
if (model.live.length > 0) {
|
||||
now = Date.now();
|
||||
}
|
||||
}, TICK_MS);
|
||||
|
||||
Reference in New Issue
Block a user