Table of Contents

Class PromptShieldDetails

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

Contains analysis results for the user prompt.

public class PromptShieldDetails
Inheritance
PromptShieldDetails
Inherited Members
Extension Methods

Properties

AttackDetected

Indicates whether a User Prompt attack (for example, malicious input, security threat) has been detected in the user prompt.

[JsonPropertyName("attackDetected")]
public bool AttackDetected { get; set; }

Property Value

bool