AI_Diplomacy/ai_diplomacy/prompts/context_prompt.txt
AlxAI 0242d7446b Revert "Merge branch 'main' into animation"
This reverts commit d7f93f587a, reversing
changes made to d505c7ea6c.
2025-03-04 20:31:14 -08:00

45 lines
No EOL
603 B
Text

**PLAYER DETAILS**
Power: {power_name}
Current phase: {current_phase}
**MAP DETAILS**
Abbreviations:
{game_map_loc_name}
Type of each location:
{game_map_loc_type}
Game map as an adjacency list:
{map_as_adjacency_list}
Possible coasts at each location:
{possible_coasts}
All supply centers on the map:
{game_map_scs}
**GAME HISTORY**
{game_history}
**CURRENT CONTEXT**
Enemy units:
{enemy_units}
Enemy supply centers:
{enemy_centers}
Your units:
{units_info}
Your supply centers:
{centers_info}
Possible orders:
{possible_orders}
Convoy paths possible:
{convoy_paths_possible}