mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(AI Agent Node): Allow AWS Bedrock Chat to be used with conversational agent (#10489)
This commit is contained in:
parent
5c7cc36c23
commit
bdcc657965
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue