mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
feature/introducting-conversational-retrieval-tool-agent (#2430)
* introducting openai-conversational-retriever-agent * fix lint * fix build * rename + update description * changing agent base from openai to tool agent * adding author for community agent
This commit is contained in:
@@ -1228,6 +1228,7 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
'conversationalRetrievalAgent',
|
||||
'openAIToolAgent',
|
||||
'toolAgent',
|
||||
'conversationalRetrievalToolAgent',
|
||||
'openAIToolAgentLlamaIndex'
|
||||
]
|
||||
isValidChainOrAgent = whitelistAgents.includes(endingNodeData.name)
|
||||
|
||||
Reference in New Issue
Block a user