mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 19:28:23 +00:00
feat: adjust duration of mocking the tool-call
This commit is contained in:
parent
fe7f708787
commit
7dfd04af68
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user