assistant: Add Bedrock support (#21092)

Closes #16544

Release Notes:

- Added support for AWS Bedrock to the Assistant.

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
Co-authored-by: Anthony <anthony@zed.dev>
Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
Shardul Vaidya 2025-02-24 18:10:12 -05:00 committed by GitHub
parent 17a483cb03
commit eda233344c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1045 additions and 0 deletions

View file

@ -4214,6 +4214,7 @@ mod tests {
app_state.languages.add(markdown_language());
gpui_tokio::init(cx);
vim_mode_setting::init(cx);
theme::init(theme::LoadThemes::JustBase, cx);
audio::init((), cx);