update detech new message and auto sync conversations
This commit is contained in:
parent
066c20bed8
commit
edf15f1fa3
|
|
@ -220,10 +220,6 @@ ${result.message}
|
||||||
|
|
||||||
// Nếu result có exit = true thì dừng vòng lặp
|
// Nếu result có exit = true thì dừng vòng lặp
|
||||||
if (result.exit === true) {
|
if (result.exit === true) {
|
||||||
console.log(
|
|
||||||
`⛔ Stopped because exit = true after ${iterationCount} iterations`,
|
|
||||||
result,
|
|
||||||
);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue