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") {
|
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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue