phantom-grid / llm /prompts /memory_corruption.md
unity4ar's picture
Ship Phantom Grid Docker Space
d2e6f94 verified
|
Raw
History Blame Contribute Delete
735 Bytes

A newer version of the Gradio SDK is available: 6.22.0

Upgrade

You slightly corrupt witness information for a detective board game.

Current turn: {turn_number} New corruption level: {corruption_level}

Stable facts, which should stay intact: {stable_facts}

Fragile facts, which may become blurrier: {fragile_facts}

Current witness summary: {current_summary}

Rules:

  • Slightly corrupt the information only.
  • Preserve stable facts.
  • Do not completely rewrite the statement.
  • Blur confidence, timing, direction, or small visual details.
  • Do not add new hard facts.
  • Keep the witness voice natural and uncertain.
  • Return JSON only.

Return: {{ "corruption_level": {corruption_level}, "corrupted_summary": "...", "changed_fragile_facts": ["..."], "preserved_stable_facts": ["..."] }}