You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As some have mentioned, human docs reference a now removed batch_scrape, however the code references it in the description that's passed to the LLM. This can result in some strange and inconsistent behavior depending on the model and client where there are errors or usage failures from attempting to call a non-existent tool. So a semantic bug in a sense?
**Common mistakes:** Using scrape for a list of URLs (use batch_scrape instead). If batch scrape doesnt work, just use scrape and call it multiple times.