mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-04 06:32:13 +08:00
feat: adjust duration of mocking the tool-call
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user