Variable: CanonicalProviderConfigPatchSchema
Makaio Framework / services-core/adapter-subsystem / CanonicalProviderConfigPatchSchema
Variable: CanonicalProviderConfigPatchSchema
Section titled “Variable: CanonicalProviderConfigPatchSchema”
constCanonicalProviderConfigPatchSchema:ZodObject<{enabled:ZodOptional<ZodBoolean>;endpointOverrides:ZodOptional<ZodNullable<ZodObject<{anthropic:ZodOptional<ZodString>;openai:ZodOptional<ZodString>; },$strip>>>;modelVisibility:ZodOptional<ZodRecord<ZodString,ZodEnum<{disabled:"disabled";enabled:"enabled";visible:"visible"; }>>>;name:ZodOptional<ZodString>; },$strict>
Defined in: ../../../packages/services/core/src/adapter-subsystem/write-types.ts:40
Canonical patch payload for provider configs.
Mode changes flow through setModelFilterMode. Sentinel state is not part of
the generic patch seam.