Commit 635e606e by heheer Committed by GitHub

fix http plugin chatconfig undefined (#5621)

* fix http plugin chatconfig undefined

* fix
parent bdb89a3e
...@@ -25,7 +25,7 @@ const PluginRunBox = dynamic(() => import('@/components/core/chat/ChatContainer/ ...@@ -25,7 +25,7 @@ const PluginRunBox = dynamic(() => import('@/components/core/chat/ChatContainer/
export const useChatTest = ({ export const useChatTest = ({
nodes, nodes,
edges, edges,
chatConfig, chatConfig = {},
isReady isReady
}: { }: {
nodes: StoreNodeItemType[]; nodes: StoreNodeItemType[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment