mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 07:00:47 +00:00
fix http plugin chatconfig undefined (#5621)
* fix http plugin chatconfig undefined * fix
This commit is contained in:
@@ -25,7 +25,7 @@ const PluginRunBox = dynamic(() => import('@/components/core/chat/ChatContainer/
|
||||
export const useChatTest = ({
|
||||
nodes,
|
||||
edges,
|
||||
chatConfig,
|
||||
chatConfig = {},
|
||||
isReady
|
||||
}: {
|
||||
nodes: StoreNodeItemType[];
|
||||
|
Reference in New Issue
Block a user