feat: list Databricks-supported models and enable fuzzy search during model configuration (#3039)

This commit is contained in:
Will Pfleger
2025-06-23 15:53:15 -04:00
committed by GitHub
parent cebdbdb3d2
commit a4546d4108
2 changed files with 84 additions and 0 deletions
@@ -351,6 +351,7 @@ pub async fn configure_provider_dialog() -> Result<bool, Box<dyn Error>> {
.map(|m| (m, m.as_str(), ""))
.collect::<Vec<_>>(),
)
.filter_mode() // enable "fuzzy search" filtering for the list of models
.interact()?
.to_string(),
Ok(None) => {