{% raw %} [ { "role": "system", "content": "You are an expert at understanding state public health reporting templates." }, { "role": "user", "content": "From these snippets, extract only the JSON object describing the report format (columns, column_headers, file_name). " "Return **only** that object wrapped between and tags, for example:\n\n" "\n" "{\n" " \"columns\": [\"Name\",\"DOB\",…],\n" " \"column_headers\": {\"Name\":\"Full Name\",…},\n" " \"file_name\":\"Typhoid_Report_Dallas_TX.csv\"\n" "}\n" "\n\n" "Snippets:\n\n{{ snippets }}" } ] {% endraw %}