Table of Contents

Class ShieldPromptResult

Namespace
FoundationaLLM.Common.Models.ContentSafety
Assembly
FoundationaLLM.Common.dll

Prompt shield result.

public class ShieldPromptResult
Inheritance
ShieldPromptResult
Inherited Members
Extension Methods

Properties

DocumentsAnalysis

Contains a list of analysis results for each document provided.

[JsonPropertyName("documentsAnalysis")]
public required List<ShieldPromptDetails> DocumentsAnalysis { get; set; }

Property Value

List<ShieldPromptDetails>

UserPromptAnalysis

Contains analysis results for the user prompt.

[JsonPropertyName("userPromptAnalysis")]
public required ShieldPromptDetails UserPromptAnalysis { get; set; }

Property Value

ShieldPromptDetails