fix: correct PUBLIC_TASK_IDS to dnb_ab_001, sqo_enz_005, cpx_sig_001
Browse files- eval_tasks.py +2 -1
eval_tasks.py
CHANGED
|
@@ -47,7 +47,8 @@ _ORACLE_PATH = _PROJECT_ROOT / "data" / "oracle" / "sequences.json"
|
|
| 47 |
_TOOL_SCHEMAS_PATH = Path(__file__).parent / "mcp_tool_schemas.json"
|
| 48 |
|
| 49 |
# Public task IDs (for development/testing — not hidden)
|
| 50 |
-
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
# ---------------------------------------------------------------------------
|
|
|
|
| 47 |
_TOOL_SCHEMAS_PATH = Path(__file__).parent / "mcp_tool_schemas.json"
|
| 48 |
|
| 49 |
# Public task IDs (for development/testing — not hidden)
|
| 50 |
+
# One per major category: binding (dnb_ab), non-binding (sqo_enz), complex (cpx_sig)
|
| 51 |
+
PUBLIC_TASK_IDS = {"dnb_ab_001", "sqo_enz_005", "cpx_sig_001"}
|
| 52 |
|
| 53 |
|
| 54 |
# ---------------------------------------------------------------------------
|