AI_Diplomacy/ai_diplomacy/prompts_simple/order_diary_prompt.txt
2025-07-10 21:52:22 +10:00

24 lines
No EOL
389 B
Text

ORDER DIARY ENTRY
Power: {power_name}
Phase: {current_phase}
ORDERS ISSUED
{orders_list_str}
CURRENT STATUS
Game State:
{board_state_str}
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"
}
Do not include any text outside the JSON.