diff --git a/frontend/src/Attacks.js b/frontend/src/Attacks.js index 56d015049..0f2129e53 100644 --- a/frontend/src/Attacks.js +++ b/frontend/src/Attacks.js @@ -1,7 +1,7 @@ const ATTACKS = [ { name: "jailbreak prompt", - id: "JAILBREAK PROMPT", + id: "JAILBREAK_PROMPT", info: "using prompt injection, get the chat bot in a state where it no longer follows its original instructions.", }, ];