Variable: GatewayPortkeyPIIParametersSchema
const GatewayPortkeyPIIParametersSchema: z.ZodType<{
[key: string]: unknown;
redact?: boolean;
categories: string[];
timeout?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2271
SCM PortkeyPIIParameters; unknown response fields are preserved.