[{'Text': '# First 1KB of /Users/peterdonaghey/Projects/point-topic-mcp/tests/eval_set.py (file too large to show full content, and no outline available)\n\nevals = {\n    "questions": [\n        {\n            "id": 1,\n            "content": "What\'s Virgin Media\'s total market reach right now across the UK? I want to know the percentage of all properties they could potentially sell to.",\n            "target_db": "upc",\n            "answer": """\n                Virgin Media\'s current total market reach across the UK is as follows:\n                    - Virgin Media can potentially sell to 16,856,889 premises.\n                    - The total number of premises in the UK is 33,596,842.\n                    - This means Virgin Media\'s network is available to 50.17% of all UK properties.\n                This figure represents their availability footprint (i.e., the percentage of all UK premises that could buy a Virgin Media service if they chose to).\n            """,\n            "sql_query": """\n                -- Calculate Virgin Media\'s total market reach (availability footprint) as a percentage of all UK premises\n                with \n                    -- Get all po'}]