Skip to content

feat: model selection for agentic chat #1294

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

Merged
merged 25 commits into from
May 30, 2025
Merged

Conversation

ctlai95
Copy link
Contributor

@ctlai95 ctlai95 commented May 8, 2025

Problem

Users should be able to select a specific bedrock model for agentic chat.

Solution

Note: These changes are behind a feature flag that can be configured in createChat() method.

Adds a dropdown with 3 options: auto, sonnet 3.7 and sonnet 3.5, the selected value gets passed to the model request.

image image

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ctlai95 ctlai95 force-pushed the model-selection branch from f45e02a to 213f903 Compare May 8, 2025 18:52
@ctlai95 ctlai95 marked this pull request as ready for review May 8, 2025 19:05
@ctlai95 ctlai95 requested a review from a team as a code owner May 8, 2025 19:05
@ctlai95 ctlai95 merged commit 10abd04 into aws:main May 30, 2025
6 checks passed
@ctlai95 ctlai95 deleted the model-selection branch May 30, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants