Snowflake · Schema

GuardrailsConfig

Guardrails configuration

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
enabled boolean Controls whether guardrails are enabled
response_when_unsafe string The response when the guardrails model marks the completion as unsafe
View JSON Schema on GitHub

JSON Schema

cortex-inference-guardrails-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GuardrailsConfig",
  "type": "object",
  "description": "Guardrails configuration",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Controls whether guardrails are enabled"
    },
    "response_when_unsafe": {
      "type": "string",
      "description": "The response when the guardrails model marks the completion as unsafe"
    }
  }
}