Configuration Schema
This page lists every field on AuditConfig and its four sub-models. Defaults match the pydantic definitions in nemo_auditor.entities; the NeMo Platform entity store validates writes against these schemas.
AuditConfig
The entity store also adds the standard NemoEntity fields on retrieval: id, entity_type ("auditor_audit_config"), created_at, updated_at, and project.
AuditSystemData
Controls garak’s process-level behavior.
AuditSystemData rejects unknown fields (model_config = ConfigDict(extra="forbid")).
AuditRunData
Controls how each probe is executed.
AuditPluginsData
Controls probe, detector, generator, buff, and harness selection.
AuditReportData
Controls where reports land and how they are summarized.