Variable: SeverityByConfidenceSchema
const SeverityByConfidenceSchema: ZodObject<{
high: ZodOptional<ZodString>;
moderate: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
high: ZodOptional<ZodString>;
moderate: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
high: ZodOptional<ZodString>;
moderate: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/mgmt-security-profile.ts:56
Observed toxicity severity settings per confidence level; future fields pass through.