fix: add fallback resolution warnings for unavailable models
This commit is contained in:
@@ -69,6 +69,7 @@ export function fuzzyMatchModel(
|
||||
log("[fuzzyMatchModel] substring matches", { targetNormalized, matchCount: matches.length, matches })
|
||||
|
||||
if (matches.length === 0) {
|
||||
log("[fuzzyMatchModel] WARNING: no match found", { target, availableCount: available.size, providers })
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user