Class GuardrailConfig
The configuration details about whether to apply the guardrail checks to input and output.
Inheritance
GuardrailConfig
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class GuardrailConfig
Properties
ContentModerationConfig
Declaration
[JsonProperty(PropertyName = "contentModerationConfig")]
public ContentModerationGuardrailConfig ContentModerationConfig { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "personallyIdentifiableInformationConfig")]
public PersonallyIdentifiableInformationGuardrailConfig PersonallyIdentifiableInformationConfig { get; set; }
Property Value
PromptInjectionConfig
Declaration
[JsonProperty(PropertyName = "promptInjectionConfig")]
public PromptInjectionGuardrailConfig PromptInjectionConfig { get; set; }
Property Value