hello, i want to get multiple structured output from llm using llamaindex. for example when i query to llm, then the answer should like:
query: List the most populous cities in England.
{country: England, city:London population: 10m},
{country: England, city:Birmingham population: 2.5m},
{country: England, city:Manchester population: 2m},
How can do this?