fix(web): loop & iteration history

This commit is contained in:
zhaoying
2026-04-27 15:00:49 +08:00
parent 610ae27cf9
commit 8baa466b31
7 changed files with 20 additions and 11 deletions

View File

@@ -66,8 +66,6 @@ const Chat = forwardRef<ChatRef, { appId: string; graphRef: GraphRef; data: Work
const [fileList, setFileList] = useState<any[]>([])
const [message, setMessage] = useState<string | undefined>(undefined)
console.log('abortRef', abortRef, chatList)
/**
* Opens the chat drawer and loads workflow variables from the start node
*/