fix http plugin chatconfig undefined (#5621)

* fix http plugin chatconfig undefined

* fix
This commit is contained in:
heheer
2025-09-11 16:04:16 +08:00
committed by GitHub
parent bdb89a3e0c
commit 635e606ef1

View File

@@ -25,7 +25,7 @@ const PluginRunBox = dynamic(() => import('@/components/core/chat/ChatContainer/
export const useChatTest = ({
nodes,
edges,
chatConfig,
chatConfig = {},
isReady
}: {
nodes: StoreNodeItemType[];