refactor(agents): hide model registry loader options · openclaw/openclaw@256f224
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit 256f224
refactor(agents): hide model registry loader options
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ import { resolveModelPluginMetadataSnapshot } from "./model-discovery-context.js
|
9 | 9 | import type { ModelRegistry } from "./sessions/index.js"; |
10 | 10 | |
11 | 11 | /** Options controlling model discovery, credential reads, and normalization. */ |
12 | | -export type LoadAgentModelRegistryOptions = { |
| 12 | +type LoadAgentModelRegistryOptions = { |
13 | 13 | providerFilter?: string; |
14 | 14 | normalizeModels?: boolean; |
15 | 15 | readOnly?: boolean; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments