Jasonkim8652 commited on
Commit
8d9b6f4
·
verified ·
1 Parent(s): 968a76b

fix: correct PUBLIC_TASK_IDS to dnb_ab_001, sqo_enz_005, cpx_sig_001

Browse files
Files changed (1) hide show
  1. 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
- PUBLIC_TASK_IDS = {"dnb_sig_001", "sqo_enz_005", "cpx_sig_001"}
 
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
  # ---------------------------------------------------------------------------