Skip to content

Commit 365c986

Browse files
committed
docs(models): clarify cli runtime alias comment
1 parent ac5674b commit 365c986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/model-runtime-aliases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function listLegacyRuntimeModelProviderAliases(): readonly LegacyRuntimeM
8585
return LEGACY_RUNTIME_MODEL_PROVIDER_ALIASES;
8686
}
8787

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`. */
8989
export function isCliRuntimeProvider(provider: string): boolean {
9090
return CLI_RUNTIME_PROVIDER_IDS.has(normalizeProviderId(provider));
9191
}

0 commit comments

Comments
 (0)