namespace AIStudio.Agents.AssistantAudit; public enum AssistantAuditLevel { UNKNOWN = 0, DANGEROUS = 100, CAUTION = 200, SAFE = 300, }