feat: convert all human fights to multiple choice, remove text input

Creative challenges (roast_battle, creative_writing, meme_war,
code_golf, wrestling_match) now auto-generate multiple choice options
from per-type response pools: 1 good answer + 3 weaker distractors.
The free text input UI is commented out but preserved for future use.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-09 08:28:22 +00:00
co-authored by Claude Opus 4.6
parent 4dc350dc9e
commit 3c95adb545
5 changed files with 198 additions and 55 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ async function getBotResponse(
type: challenge.type,
label: challenge.label,
prompt: challenge.prompt,
timeoutMs: 8000,
timeoutMs: challenge.timeout_ms,
scoring: challenge.scoring,
})
const start = Date.now()