fix bedrock name in assistant settings schema (#30805)
Closes #30778 Release Notes: - Fixed an issue with the assistant settings where `amazon-bedrock` was incorrectly called `bedrock` in the settings schema
This commit is contained in:
parent
05955e4faa
commit
2da37988b5
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ impl JsonSchema for LanguageModelProviderSetting {
|
|||
schemars::schema::SchemaObject {
|
||||
enum_values: Some(vec![
|
||||
"anthropic".into(),
|
||||
"bedrock".into(),
|
||||
"amazon-bedrock".into(),
|
||||
"google".into(),
|
||||
"lmstudio".into(),
|
||||
"ollama".into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue