Skip to content

Commit

Permalink
fix(AI Agent Node): Allow AWS Bedrock Chat to be used with conversati…
Browse files Browse the repository at this point in the history
…onal agent (#10489)
  • Loading branch information
OlegIvaniv authored Aug 22, 2024
1 parent 5c7cc36 commit bdcc657
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bdcc657

Please sign in to comment.