mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
MultiModal: Minor adjustments to layout and categorization of node
This commit is contained in:
@@ -1456,7 +1456,9 @@ export class App {
|
||||
if (!endingNodeData) return res.status(500).send(`Ending node ${endingNodeId} data not found`)
|
||||
|
||||
if (endingNodeData && endingNodeData.category !== 'Chains' && endingNodeData.category !== 'Agents' && !isUpsert) {
|
||||
return res.status(500).send(`Ending node must be either a Chain or Agent`)
|
||||
if (endingNodeData.type !== 'OpenAIMultiModalChain') {
|
||||
return res.status(500).send(`Ending node must be either a Chain or Agent`)
|
||||
}
|
||||
}
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user