From 4ac912c5e53137543bbcadc721a5e81bcc715290 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Tue, 11 Feb 2025 15:38:04 +0200 Subject: [PATCH] fix(docs): --- docs/design.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/design.md b/docs/design.md index 282f154..b7f775f 100644 --- a/docs/design.md +++ b/docs/design.md @@ -42,9 +42,9 @@ The Refusal Classifier analyzes responses from language models to detect potenti ## Interaction Flow 1. **Initialization**: The system is initialized with the necessary configurations and datasets. -2. **Execution**: The Probe Actor executes security scans on the language models using the datasets provided by the Probe Data module. -3. **Analysis**: The Refusal Classifier analyzes the responses to identify potential security issues. -4. **Reporting**: Results are compiled and presented to the user, highlighting any vulnerabilities detected. +1. **Execution**: The Probe Actor executes security scans on the language models using the datasets provided by the Probe Data module. +1. **Analysis**: The Refusal Classifier analyzes the responses to identify potential security issues. +1. **Reporting**: Results are compiled and presented to the user, highlighting any vulnerabilities detected. ## Conclusion