{
  "status": "publicar",
  "metrics": {
    "route_accuracy": 1.0,
    "task_pass_rate": 1.0,
    "trace_complete_rate": 1.0,
    "tool_error_count": 0
  },
  "blocks": [],
  "results": [
    {
      "case_id": "r1",
      "route": "rag",
      "output": "La matrícula ordinaria se puede modificar hasta el 15 de septiembre.",
      "route_ok": true,
      "task_ok": true,
      "trace": {
        "trace_id": "664d8ab8-5bf1-4691-ac1c-dc5b2424a762",
        "case_id": "r1",
        "spans": [
          {
            "name": "input",
            "timestamp_ms": 1781119217736,
            "attrs": {
              "text": "Hasta cuándo puedo modificar la matrícula"
            }
          },
          {
            "name": "route",
            "timestamp_ms": 1781119217736,
            "attrs": {
              "route": "rag",
              "reason": "pregunta documental"
            }
          },
          {
            "name": "tool",
            "timestamp_ms": 1781119217736,
            "attrs": {
              "tool": "rag",
              "output": "La matrícula ordinaria se puede modificar hasta el 15 de septiembre."
            }
          },
          {
            "name": "evaluate",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "route_ok": true,
              "task_ok": true
            }
          }
        ]
      }
    },
    {
      "case_id": "r2",
      "route": "sql",
      "output": "Norte: 2; Centro: 1",
      "route_ok": true,
      "task_ok": true,
      "trace": {
        "trace_id": "1ea34307-e2f2-4565-947a-933fc3b0b1e4",
        "case_id": "r2",
        "spans": [
          {
            "name": "input",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "text": "Cuántos pagos pendientes hay por campus"
            }
          },
          {
            "name": "route",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "route": "sql",
              "reason": "dato tabular"
            }
          },
          {
            "name": "tool",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "tool": "sql",
              "output": "Norte: 2; Centro: 1"
            }
          },
          {
            "name": "evaluate",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "route_ok": true,
              "task_ok": true
            }
          }
        ]
      }
    },
    {
      "case_id": "r3",
      "route": "classifier",
      "output": "acceso",
      "route_ok": true,
      "task_ok": true,
      "trace": {
        "trace_id": "63b9e0cb-78c1-436d-95f1-59eaf2583111",
        "case_id": "r3",
        "spans": [
          {
            "name": "input",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "text": "Clasifica: no puedo entrar en mi cuenta"
            }
          },
          {
            "name": "route",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "route": "classifier",
              "reason": "etiqueta estructurada"
            }
          },
          {
            "name": "tool",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "tool": "classifier",
              "output": "acceso"
            }
          },
          {
            "name": "evaluate",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "route_ok": true,
              "task_ok": true
            }
          }
        ]
      }
    },
    {
      "case_id": "r4",
      "route": "code",
      "output": "745",
      "route_ok": true,
      "task_ok": true,
      "trace": {
        "trace_id": "5675edc4-7d03-4032-aff4-c1839d899376",
        "case_id": "r4",
        "spans": [
          {
            "name": "input",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "text": "Suma 230 y 515"
            }
          },
          {
            "name": "route",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "route": "code",
              "reason": "cálculo exacto"
            }
          },
          {
            "name": "tool",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "tool": "code",
              "output": "745"
            }
          },
          {
            "name": "evaluate",
            "timestamp_ms": 1781119217737,
            "attrs": {
              "route_ok": true,
              "task_ok": true
            }
          }
        ]
      }
    }
  ]
}
