fix: start typing on message start

This commit is contained in:
Peter Steinberger
2026-01-13 04:32:28 +00:00
parent 0ba60ff69c
commit d4c205f8e1
6 changed files with 47 additions and 8 deletions

View File

@@ -689,6 +689,9 @@ export async function runReplyAgent(params: {
});
}
: undefined,
onAssistantMessageStart: async () => {
await typingSignals.signalMessageStart();
},
onReasoningStream:
typingSignals.shouldStartOnReasoning || opts?.onReasoningStream
? async (payload) => {