From 09d9c95ba3f50906aea7a9d3191e2879842b4df0 Mon Sep 17 00:00:00 2001 From: Daniel Cayer Date: Thu, 19 Mar 2026 17:34:42 -0400 Subject: [PATCH] Update terminology from scanners to guardrails --- docs/class6/module1/laba/laba.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/class6/module1/laba/laba.rst b/docs/class6/module1/laba/laba.rst index a5de5e0..4999157 100644 --- a/docs/class6/module1/laba/laba.rst +++ b/docs/class6/module1/laba/laba.rst @@ -6,11 +6,11 @@ Now that we have an understanding of the F1 score, it is also important to under For this task, we have the **prompt-evaluator** :ext_link:`https://gitlab.com/Artemouse/prompt-evaluator`, a lightweight evaluation tool for AI prompts and model responses: it lets you systematically test, score, and compare outputs from large language models against criteria you define. Instead of manually judging whether a model’s reply is good or bad, this tool runs structured evaluations to measure qualities like accuracy, relevance, safety, and adherence to rules (e.g., F5 AI Guardrails). It’s useful for developers and AI teams who want repeatable, automated quality checks as they improve prompts, switch models, or tweak AI behavior. -We will use **prompt-evaluator** with a validation dataset to test our scanners. +We will use **prompt-evaluator** with a validation dataset to test our guardrails. -1. First, we need to ensure that all our prompt injection scanners in the **Test project** are enabled. +1. First, we need to ensure that all our prompt injection guardrails in the **Test project** are enabled. - In the main left tab go to **Projects** ⇒ Click **View** for the **Test project** ⇒ Click on the **Prompt injection package** and make sure that all scanners are enabled. + In the main left tab go to **Projects** ⇒ Click **View** for the **Test project** ⇒ Click on the **Prompt injection package** and make sure that all guardrails are enabled. 2. Go back to the **Test project** and click on **API Tokens** ⇒ **Generate API token** ⇒ Name it **f1testing** and click **Save**