You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like #607 has introduced a validation error that doesn't quite work with sharing bots.
When you load a shared bot from a URL and an alias doesn't exist, the code tries to create it. It looks like the model validation for active_models used below doesn't like the format that's being passed in (despite looking pretty correct).
Describe the bug
It looks like #607 has introduced a validation error that doesn't quite work with sharing bots.
When you load a shared bot from a URL and an alias doesn't exist, the code tries to create it. It looks like the model validation for
active_models
used below doesn't like the format that's being passed in (despite looking pretty correct).bedrock-claude-chat/backend/app/usecases/bot.py
Lines 704 to 724 in 3b48782
At a guess, I'd question this code is nessecary, given the model already is valid.
To Reproduce
Steps to reproduce the behavior:
422 Unprocessable Content
Errors, which block user input to interact with the bot.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Logs and stacktrace (redacted)
The text was updated successfully, but these errors were encountered: