mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
24 lines
No EOL
410 B
Text
24 lines
No EOL
410 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 and strategic intent"
|
|
}
|
|
|
|
Do not include any text outside the JSON. |