From 7dfd04af68d863cb358470521c589baa703902a3 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Sat, 19 Apr 2025 13:58:31 +0800 Subject: [PATCH] feat: adjust duration of mocking the tool-call --- web/src/core/api/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/core/api/chat.ts b/web/src/core/api/chat.ts index 5596403..5438465 100644 --- a/web/src/core/api/chat.ts +++ b/web/src/core/api/chat.ts @@ -66,7 +66,7 @@ async function* chatStreamMock( if (event === "message_chunk") { await sleep(100); } else if (event === "tool_call_result") { - await sleep(1500); + await sleep(2000); } try { yield {