Type Alias: ProviderContext
Makaio Framework / contracts / ProviderContext
Type Alias: ProviderContext
Section titled “Type Alias: ProviderContext”ProviderContext =
z.infer<typeofProviderContextSchema>
Defined in: ../../../packages/contracts/src/adapter/schemas/provider-context.ts:35
Inferred type for an unresolved provider context.
Type Composition
Section titled “Type Composition”ProviderContextz.infer<typeof ProviderContextSchema>typeof ProviderContextSchema
Resolved Shape
Section titled “Resolved Shape”type ProviderContext = { providerConfigId: string; definitionId: string; credentialRefs: Record<string, string & z.core.$brand<'CredentialRef'>>; endpointOverrides?: { anthropic?: string | undefined; openai?: string | undefined; } | undefined; credentialEnvVars?: Record<string, string> | undefined;};