mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-25 23:14:46 +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") {
|
if (event === "message_chunk") {
|
||||||
await sleep(100);
|
await sleep(100);
|
||||||
} else if (event === "tool_call_result") {
|
} else if (event === "tool_call_result") {
|
||||||
await sleep(1500);
|
await sleep(2000);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
yield {
|
yield {
|
||||||
|
|||||||
Reference in New Issue
Block a user