fix(AI Agent Node): Allow AWS Bedrock Chat to be used with conversational agent (#10489)

This commit is contained in:
oleg
2024-08-22 10:49:08 +02:00
committed by GitHub
parent 5c7cc36c23
commit bdcc657965

View File

@@ -82,6 +82,7 @@ function getInputs(
filter: {
nodes: [
'@n8n/n8n-nodes-langchain.lmChatAnthropic',
'@n8n/n8n-nodes-langchain.lmChatAwsBedrock',
'@n8n/n8n-nodes-langchain.lmChatGroq',
'@n8n/n8n-nodes-langchain.lmChatOllama',
'@n8n/n8n-nodes-langchain.lmChatOpenAi',