Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

114 phase 2 preamble #152

Merged
merged 15 commits into from
Aug 16, 2023
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
64837e3
Hide components when in phase 0
heatherlogan-scottlogic Aug 14, 2023
a8a0a9b
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 14, 2023
42d512f
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 14, 2023
7d8145a
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 14, 2023
0d28cbe
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 14, 2023
b69601d
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 14, 2023
08d4881
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 15, 2023
f97d065
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 15, 2023
962cc5f
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 15, 2023
3d5c4eb
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 15, 2023
aa14ac8
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 15, 2023
f7301f6
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 16, 2023
857667a
Merge branch 'dev' of https://github.com/gsproston-scottlogic/prompt-…
heatherlogan-scottlogic Aug 16, 2023
e32e0a5
Phase 2 preamble
heatherlogan-scottlogic Aug 16, 2023
2e26de4
edit the preamble
heatherlogan-scottlogic Aug 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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