You have the name of the city in Russian and data for all cities. You must return the id of the city by its name. You need to return purely the figure and that's it.
If where is no city in "all cities", return "None".
City name: {city_name}
All cities: {cities}
How to Use
Use with LangChain: `hub.pull("fxrgxttxn/find_city_id_by_name")`