Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI Agent node's Conversational Agent can be configured with AWS Bedrock Chat Model only if it has been set to other type such as ReAct Agent and then changed back to Conversational Agent after setting the model to AWS Bedrock Chat Model #10316

Closed
Gungz opened this issue Aug 7, 2024 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review Released

Comments

@Gungz
Copy link

Gungz commented Aug 7, 2024

Bug Description

AI Agent node's Conversational Agent can be configured with AWS Bedrock Chat Model only if it has been set to other type such as ReAct Agent and then changed back to Conversational Agent after setting the model to AWS Bedrock Chat Model.

To Reproduce

  1. Add AI Agent node
  2. Set Agent to Conversational Agent
  3. Try to set the Model as AWS Bedrock Chat Model, it will not be possible because the option doesn't allow it.

Workaround:

  1. Set Agent to ReAct Agent
  2. Set Model as AWS Bedrock Chat Model
  3. Set Agent back to Conversational Agent

Now, Conversational Agent can use AWS Bedrock Chat Model and upon testing with some toy scenario, it works.

Expected behavior

AI Agent Conversational Agent can directly use the AWS Bedrock Chat Model without workaround.

Operating System

n8n cloud

n8n Version

1.51.2

Node.js Version

n8n cloud

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Aug 8, 2024

Hey @Gungz,

Thanks for the report, I have passed this on to our AI team to investigate. The internal reference is AI-272

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Aug 8, 2024
@janober
Copy link
Member

janober commented Aug 28, 2024

Fix got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review Released
Projects
None yet
Development

No branches or pull requests

3 participants