import type { ProviderCatalogContext } from "openclaw/plugin-sdk/provider-catalog-shared"; import type { ProviderPlugin } from "openclaw/plugin-sdk/provider-model-shared"; import {
buildCodexProviderConfig,
CODEX_APP_SERVER_AUTH_MARKER,
CODEX_PROVIDER_ID,
FALLBACK_CODEX_MODELS,
} from "./provider-catalog.js";
function resolveCodexPluginConfig(ctx: ProviderCatalogContext): unknown { return (ctx.config.plugins?.entries as Record<string, { config?: unknown } | undefined>)?.codex
?.config;
}
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.