mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 00:16:48 +00:00
try to fix the frontend e2e test errors
This commit is contained in:
@@ -101,7 +101,7 @@ export default function NewAgentPage() {
|
||||
|
||||
const threadId = useMemo(() => uuid(), []);
|
||||
|
||||
const [thread, sendMessage] = useThreadStream({
|
||||
const { thread, sendMessage } = useThreadStream({
|
||||
threadId: step === "chat" ? threadId : undefined,
|
||||
context: {
|
||||
mode: "flash",
|
||||
|
||||
Reference in New Issue
Block a user