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:
falkor
2024-08-28 13:47:20 +03:00
committed by GitHub
parent 455fb144a3
commit f3271589a8
3 changed files with 287 additions and 0 deletions
+1
View File
@@ -1228,6 +1228,7 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
'conversationalRetrievalAgent',
'openAIToolAgent',
'toolAgent',
'conversationalRetrievalToolAgent',
'openAIToolAgentLlamaIndex'
]
isValidChainOrAgent = whitelistAgents.includes(endingNodeData.name)