fix http plugin chatconfig undefined (#5621)
Some checks are pending
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions

* 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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