From ef9d16f8abb915a2fa5926dd6d00bc6b4a7a8131 Mon Sep 17 00:00:00 2001 From: Daniel Cayer Date: Thu, 19 Mar 2026 17:02:56 -0400 Subject: [PATCH] Update terminology from 'scanner' to 'guardrail' --- docs/class6/module1/lab6/lab6.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/class6/module1/lab6/lab6.rst b/docs/class6/module1/lab6/lab6.rst index d6f9193..7a4e3bf 100644 --- a/docs/class6/module1/lab6/lab6.rst +++ b/docs/class6/module1/lab6/lab6.rst @@ -1,22 +1,22 @@ Projects ######## -So far, the scanners that we have created have been defined at a global level. +So far, the guardrails that we have created have been defined at a global level. When we have multiple AI applications and need different policies, we need to use **Projects**. -When creating a **Project** it will initially default to the scanner configuration at the global level. +When creating a **Project** it will initially default to the guardrail configuration at the global level. -We can also enforce a scanner on all projects if we enable **Enforce** at the global level. +We can also enforce a guardrail on all projects if we enable **Enforce** at the global level. 1. Let's create a new project, in the main left tab go to **Projects** ⇒ Select **CalypsoAI chat** ⇒ **Create** ⇒ Set **Chat name** to **Test project** ⇒ **Create** - You can see that the global level scanners have been added automatically to the project. + You can see that the global level guardrail have been added automatically to the project. -2. If we want, we can add more scanners by clicking **Add scanners** or modify existing ones. +2. If we want, we can add more guardrails by clicking **Add guardrail** or modify existing ones. - Click on the **Prompt injection package** and, as you can see, the scanner can be modified for our content. + Click on the **Prompt injection package** and, as you can see, the guardrail can be modified for our content. 3. From now on we will work at the project level.