mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-28 17:29:41 +00:00
18 lines
No EOL
748 B
Text
18 lines
No EOL
748 B
Text
--- EXAMPLE ---
|
|
Power: FRANCE
|
|
Phase: S1901M
|
|
Your Units: ['A PAR','F BRE']
|
|
Possible Orders:
|
|
PAR: ['A PAR H','A PAR - BUR','A PAR - GAS']
|
|
BRE: ['F BRE H','F BRE - MAO']
|
|
|
|
Chain-of-thought:
|
|
[Be consistent with your secret chain-of-thought here, but do not reveal it.
|
|
Think about the enemy units and centers and how they might move, think about your units and centers, the conversation that's happened, the game phase summaries so far, any public and private goals you have or others might have based on conversation and reality of positions.
|
|
Aim for best strategic moves based on the possible orders,
|
|
and produce an output in PARSABLE JSON format as shown below.]
|
|
|
|
PARSABLE OUTPUT:{
|
|
"orders": ["A PAR - BUR","F BRE - MAO"]
|
|
}
|
|
--- END EXAMPLE --- |