Class DetectSummary
- Namespace
- FoundationaLLM.Gatekeeper.Core.Models.EnkryptGuardrails
- Assembly
- FoundationaLLM.Gatekeeper.Core.dll
Detection summary that contains flags for each detector.
public class DetectSummary
- Inheritance
-
DetectSummary
- Inherited Members
- Extension Methods
Properties
InjectionAttack
The detector returns a binary value (0 for benign, 1 for attack).
[JsonPropertyName("injection_attack")]
public int? InjectionAttack { get; set; }
Property Value
- int?