We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5674b commit 365c986Copy full SHA for 365c986
1 file changed
src/agents/model-runtime-aliases.ts
@@ -85,7 +85,7 @@ export function listLegacyRuntimeModelProviderAliases(): readonly LegacyRuntimeM
85
return LEGACY_RUNTIME_MODEL_PROVIDER_ALIASES;
86
}
87
88
-/** True for CLI runtime provider ids such as `claude-cli` and `codex-cli`. */
+/** True for CLI runtime provider ids such as `claude-cli` and `google-gemini-cli`. */
89
export function isCliRuntimeProvider(provider: string): boolean {
90
return CLI_RUNTIME_PROVIDER_IDS.has(normalizeProviderId(provider));
91
0 commit comments