Show / Hide Table of Contents

Class PromptInjectionGuardrailConfig

The configuration details for Prompt Injection.

Inheritance
object
PromptInjectionGuardrailConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class PromptInjectionGuardrailConfig

Properties

InputGuardrailMode

Declaration
[JsonProperty(PropertyName = "inputGuardrailMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public GuardrailMode? InputGuardrailMode { get; set; }
Property Value
Type Description
GuardrailMode?

An input guardrail mode for prompt injection.

In this article
Back to top