docs(models): clarify cli runtime alias comment · openclaw/openclaw@365c986
steipete
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -85,7 +85,7 @@ export function listLegacyRuntimeModelProviderAliases(): readonly LegacyRuntimeM
|
85 | 85 | return LEGACY_RUNTIME_MODEL_PROVIDER_ALIASES; |
86 | 86 | } |
87 | 87 | |
88 | | -/** True for CLI runtime provider ids such as `claude-cli` and `codex-cli`. */ |
| 88 | +/** True for CLI runtime provider ids such as `claude-cli` and `google-gemini-cli`. */ |
89 | 89 | export function isCliRuntimeProvider(provider: string): boolean { |
90 | 90 | return CLI_RUNTIME_PROVIDER_IDS.has(normalizeProviderId(provider)); |
91 | 91 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。