ZIm/crates/language_models/src
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
..
provider language_models: Remove .unwraps in Bedrock provider (#26238) 2025-03-06 21:02:37 +00:00
ui assistant: Refine settings view's instruction visuals (#25812) 2025-02-28 12:06:47 -03:00
language_models.rs assistant: Refine settings view's instruction visuals (#25812) 2025-02-28 12:06:47 -03:00
provider.rs assistant: Add Bedrock support (#21092) 2025-02-24 18:10:12 -05:00
settings.rs assistant: Add Bedrock support (#21092) 2025-02-24 18:10:12 -05:00
ui.rs assistant: Refine settings view's instruction visuals (#25812) 2025-02-28 12:06:47 -03:00