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

Amazon bedrock compatibility issue in Agent component in certain rare specific use cases #4648

Open
edwinjosechittilappilly opened this issue Nov 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@edwinjosechittilappilly
Copy link
Collaborator

Bug Description

Amazon BedRock in the Agent Component component works well if the session in the playground is empty with no other chats.
But if there are any previous chats that use any other providers in session, it causes an issue.

This is noticed only when Amazon Bedrock provider is used after using any other providers in the agent component.

Logging for future debugging.

Reproduction

  1. use agent component with any provider apart from Amazon Bedrock.
  2. Now change provider to Amazon Bedrock without clearing the chat session.

Possible debug: Playground events with errors blocking other agent execution.
Add test cases to test this scenario.

Expected behavior

Should work fine even when the provider is switched and executed.

Who can help?

No response

Operating System

Mac Os

Langflow Version

1.1

Python Version

None

Screenshot

No response

Flow File

No response

@edwinjosechittilappilly edwinjosechittilappilly added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant