ZIm/crates/language_models
Marshall Bowers 97c0a0a86e
language_models: Remove .unwraps in Bedrock provider (#26238)
This PR removes a number of `.unwrap`s in the Bedrock provider.

We must not `.unwrap` in situations where it is not provably safe to do
so, which it was not in any of these cases.

Release Notes:

- Fixed some potential panics in the AWS Bedrock model provider.
2025-03-06 21:02:37 +00:00
..
src language_models: Remove .unwraps in Bedrock provider (#26238) 2025-03-06 21:02:37 +00:00
Cargo.toml assistant: Add Bedrock support (#21092) 2025-02-24 18:10:12 -05:00
LICENSE-GPL Add language_models crate to house language model providers (#20945) 2024-11-20 18:49:34 -05:00