update prompt
This commit is contained in:
@@ -6,4 +6,8 @@ from src.classes.calendar import Year, Month, MonthStamp
|
||||
@dataclass
|
||||
class World():
|
||||
map: Map
|
||||
month_stamp: MonthStamp
|
||||
month_stamp: MonthStamp
|
||||
|
||||
def get_prompt(self) -> str:
|
||||
regions_str = "\n".join([str(region) for region in self.map.regions.values()])
|
||||
return f"世界地图上存在的区域为:{regions_str}"
|
||||
Reference in New Issue
Block a user