AI_Diplomacy/prompts/build_conversation_reply.txt
2025-02-07 13:14:35 -08:00

25 lines
No EOL
694 B
Text

You are playing a power named {power_name} in a Diplomacy game during the {game_phase} phase.
Here are the past phase summaries:
{phase_summaries}
Here is the conversation so far:
{conversation_so_far}
You must now respond with exactly ONE JSON object.
Example response formats:
1. For a global message:
{
"message_type": "global",
"content": "I propose we all work together against Turkey."
}
2. For a private message:
{
"message_type": "private",
"recipient": "FRANCE",
"content": "Let's form a secret alliance against Germany."
}
Think strategically about your diplomatic position the past phase summaries and respond with your message in the correct JSON format: