AI_Diplomacy/ai_diplomacy/prompts_simple/order_diary_prompt.txt
2025-06-27 14:42:05 +10:00

27 lines
No EOL
432 B
Text

ORDER DIARY ENTRY
Power: {power_name}
Phase: {current_phase}
ORDERS ISSUED
{orders_list_str}
CURRENT STATUS
Game State:
{board_state_str}
Goals:
{agent_goals}
Relationships:
{agent_relationships}
TASK
Write a concise diary note summarizing your orders.
RESPONSE FORMAT
Return ONLY a JSON object with this structure:
{
"order_summary": "Brief summary of orders and strategic intent"
}
Do not include any text outside the JSON.