Variable: GatewayAzurePIIParametersSchema
const GatewayAzurePIIParametersSchema: z.ZodType<{
[key: string]: unknown;
domain?: string;
apiVersion?: string;
modelVersion?: string;
redact?: boolean;
timeout?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2397
SCM AzurePIIParameters; unknown response fields are preserved.