refactor(agents): drop stale model alias re-export · openclaw/openclaw@6ee989a
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
File tree
src/agents/embedded-agent-runner
| Original file line number | Diff line number | Diff line change |
|---|
@@ -23,7 +23,6 @@ import { ensureAuthProfileStore, resolveAuthProfileOrder } from "../auth-profile
|
23 | 23 | import type { AuthProfileCredential } from "../auth-profiles/types.js"; |
24 | 24 | import { DEFAULT_CONTEXT_TOKENS } from "../defaults.js"; |
25 | 25 | import { resolveAgentHarnessPolicy } from "../harness/policy.js"; |
26 | | -import { buildModelAliasLines } from "../model-alias-lines.js"; |
27 | 26 | import { resolveModelWorkspaceDir } from "../model-discovery-context.js"; |
28 | 27 | import { modelKey, normalizeStaticProviderModelId } from "../model-ref-shared.js"; |
29 | 28 | import { findNormalizedProviderValue, normalizeProviderId } from "../model-selection.js"; |
@@ -456,7 +455,7 @@ function findInlineModelMatch(params: {
|
456 | 455 | ); |
457 | 456 | } |
458 | 457 | |
459 | | -export { buildModelAliasLines, buildInlineProviderModels }; |
| 458 | +export { buildInlineProviderModels }; |
460 | 459 | |
461 | 460 | function resolveConfiguredProviderConfig( |
462 | 461 | cfg: OpenClawConfig | undefined, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。