import type { OpenClawConfig } from "../config/types.openclaw.js"; import { normalizeAgentId } from "../routing/session-key.js"; import { normalizeProviderId } from "./provider-id.js";
export type LegacyRuntimeModelProviderAlias = { /** Legacy provider id that encoded the runtime in the model ref. */
legacyProvider: string; /** Canonical provider id that should own model selection. */
provider: string; /** Runtime/backend id that preserves the old execution behavior. */
runtime: string; /** True when the runtime is a CLI backend rather than an embedded harness. */
cli: boolean;
};
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.11Bemerkung:
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.