mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:20:43 +00:00
fix: include partial provider discovery fallbacks
This commit is contained in:
@@ -52,6 +52,9 @@ function resolveProviderDiscoveryEntryPlugins(params: {
|
||||
if (records.length === 0) {
|
||||
return [];
|
||||
}
|
||||
if (records.length < pluginIdSet.size) {
|
||||
return [];
|
||||
}
|
||||
const loadSource = createPluginSourceLoader();
|
||||
const providers: ProviderPlugin[] = [];
|
||||
for (const manifest of records) {
|
||||
|
||||
Reference in New Issue
Block a user