1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

no loading bar on tool call

This commit is contained in:
Laura
2025-09-18 17:02:11 +02:00
parent 17c5b73065
commit 109c648038

View File

@@ -1237,6 +1237,8 @@
totalCost += chunk.data.cost || 0; totalCost += chunk.data.cost || 0;
finish(); finish();
} else {
return; // prevent loading bar
} }
break; break;