Skip to content

Interface: ProviderConfigFileSet

Makaio Framework


Makaio Framework / services-core/adapter-subsystem / ProviderConfigFileSet

Defined in: ../../../packages/services/core/src/adapter-subsystem/types.ts:14

Loaded provider config file set keyed by provider config ID.

configs: Map<string, { $schema: "makaio/provider-config/v1"; credentials?: Record<string, string & $brand<"CredentialRef">>; definitionId: string; enabled?: boolean; endpointOverrides?: { anthropic?: string; openai?: string; }; isDefault?: boolean; isSentinel?: boolean; modelFilterMode?: "allowlist" | "show-all"; modelVisibility?: Record<string, "enabled" | "disabled" | "visible">; name?: string; }>

Defined in: ../../../packages/services/core/src/adapter-subsystem/types.ts:16

Provider config file payloads keyed by canonical provider config ID.