Table of Contents

Class InjectionAttack

Namespace
FoundationaLLM.Gatekeeper.Core.Models.EnkryptGuardrails
Assembly
FoundationaLLM.Gatekeeper.Core.dll

Prompt injection or jailbreak confidence levels.

public class InjectionAttack
Inheritance
InjectionAttack
Inherited Members
Extension Methods

Properties

Attack

Confidence level for attack.

[JsonPropertyName("attack")]
public double Attack { get; set; }

Property Value

double

Safe

Confidence level for safe.

[JsonPropertyName("safe")]
public double Safe { get; set; }

Property Value

double