feat: add typing mode controls
This commit is contained in:
@@ -101,6 +101,7 @@ export function createTypingController(params: {
|
||||
|
||||
const startTypingLoop = async () => {
|
||||
if (sealed) return;
|
||||
if (runComplete) return;
|
||||
if (!onReplyStart) return;
|
||||
if (typingIntervalMs <= 0) return;
|
||||
if (typingTimer) return;
|
||||
|
||||
Reference in New Issue
Block a user