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
  • Loading branch information
OlegIvaniv committed Aug 21, 2024
1 parent 5dea51a commit d736dc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,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 d736dc6

Please sign in to comment.