diff --git a/frontend/src/Defences.ts b/frontend/src/Defences.ts index a4757fd57..8c40d83e0 100644 --- a/frontend/src/Defences.ts +++ b/frontend/src/Defences.ts @@ -28,12 +28,6 @@ const DEFENCE_DETAILS_PHASE: DefenceInfo[] = [ new DefenceConfig("length", "length"), ] ), - new DefenceInfo( - DEFENCE_TYPES.SYSTEM_ROLE, - "System Role", - "Tell the chat bot to follow a specific role.", - [new DefenceConfig("systemRole", "system role")] - ), new DefenceInfo( DEFENCE_TYPES.XML_TAGGING, "XML Tagging", @@ -44,6 +38,12 @@ const DEFENCE_DETAILS_PHASE: DefenceInfo[] = [ const DEFENCE_DETAILS_ALL: DefenceInfo[] = [ ...DEFENCE_DETAILS_PHASE, + new DefenceInfo( + DEFENCE_TYPES.SYSTEM_ROLE, + "System Role", + "Tell the chat bot to follow a specific role.", + [new DefenceConfig("systemRole", "system role")] + ), new DefenceInfo( DEFENCE_TYPES.QA_LLM_INSTRUCTIONS, "QA LLM instructions",