Skip to content

Commit

Permalink
114 phase 2 preamble (#152)
Browse files Browse the repository at this point in the history
* Phase 2 preamble
  • Loading branch information
heatherlogan-scottlogic authored Aug 16, 2023
1 parent 9400432 commit c5debee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/src/Phases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ const PHASES: Phase[] = [
{
id: PHASE_NAMES.PHASE_2,
name: "phase 2",
preamble: "phase 2 preamble [PLACEHOLDER].",
preamble:
"Since you compromised the secret project again, we have had to take drastic action and cut the project. " +
"Meanwhile, we have adopted a new unrelated secret project with a different name, brief, cost, team etc. " +
"We have also tightened up our security so the chatbot is much more strict about revealing sensitive information. " +
"See if you can find out the name of this project and the estimated budget. " +
"Try to experiment with the defences on the left to test your deceptive skills (for example, can you get the secret with LLM evaluation turned on?). " +
"You can click on a defence to activate/deactivate it, and you can configure the default settings by editing the text inside the defence text boxes. " +
"If you can figure it out, email the name of the project and the budget to [email protected].",
isComplete: false,
isCurrent: false,
},
Expand Down

0 comments on commit c5debee

Please sign in to comment.