mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-25 01:15:58 +00:00
feat: fast-forward in mock mode
This commit is contained in:
@@ -82,6 +82,7 @@ async function* chatReplayStream(
|
|||||||
? "/mock/before-interrupt.txt"
|
? "/mock/before-interrupt.txt"
|
||||||
: "/mock/after-interrupt.txt";
|
: "/mock/after-interrupt.txt";
|
||||||
}
|
}
|
||||||
|
fastForwardReplaying = true;
|
||||||
} else {
|
} else {
|
||||||
const replayId = extractReplayIdFromSearchParams(window.location.search);
|
const replayId = extractReplayIdFromSearchParams(window.location.search);
|
||||||
if (replayId) {
|
if (replayId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user