akseljoonas HF Staff commited on
Commit
66db756
·
1 Parent(s): b09abf1

Remove outdated-API flagging line from research prompt

Browse files
Files changed (1) hide show
  1. agent/tools/research_tool.py +0 -1
agent/tools/research_tool.py CHANGED
@@ -54,7 +54,6 @@ ML moves fast — a method from 6 months ago may already be obsolete.
54
  - Search for **recent papers** (use `hf_papers`) to find SOTA methods, models, and datasets for the task
55
  - Compare what you find in docs/examples against what recent papers recommend — prefer the newer approach
56
  - When multiple approaches exist, identify which is SOTA and why (benchmark results, adoption, recency)
57
- - Flag when example code uses outdated APIs, deprecated trainers, or superseded techniques
58
  - Include in your findings: what is the current best model, dataset, and method for the task
59
 
60
  # Research methodology
 
54
  - Search for **recent papers** (use `hf_papers`) to find SOTA methods, models, and datasets for the task
55
  - Compare what you find in docs/examples against what recent papers recommend — prefer the newer approach
56
  - When multiple approaches exist, identify which is SOTA and why (benchmark results, adoption, recency)
 
57
  - Include in your findings: what is the current best model, dataset, and method for the task
58
 
59
  # Research methodology