Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix model_id validation in ChatBedrock (#300)
Fixed a minor regression in v0.2.9. Runs of `ChatBedrock` with missing or NoneType `model_id` get caught in the new `beta_use_converse_api` parameter check, which throws an ambiguous TypeError. This change restores the original behavior where ValidationError is thrown for absent `model_id`. --------- Co-authored-by: Piyush Jain <[email protected]>
- Loading branch information