feat: adjust duration of mocking the tool-call

This commit is contained in:
Li Xin
2025-04-19 13:58:31 +08:00
parent fe7f708787
commit 7dfd04af68

View File

@@ -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 {