Typing: keep indicators active during tool runs
Closes #450 Closes #447
This commit is contained in:
@@ -704,7 +704,7 @@ export async function runReplyAgent(params: {
|
||||
if (evt.stream === "tool") {
|
||||
const phase =
|
||||
typeof evt.data.phase === "string" ? evt.data.phase : "";
|
||||
if (phase === "start") {
|
||||
if (phase === "start" || phase === "update") {
|
||||
void typingSignals.signalToolStart();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user