[OpenDR] how to handle errors like 403/404 when calling tool visit_page
#1110
Unanswered
Rhett-Ying
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running OpenDR with https://github.com/huggingface/smolagents/blob/main/examples/open_deep_research/run.py + Claude 3.7. While checking the log, I find it may fail to fetch the web page content for some URLs like below. I could access it manually via FireFox.
So I am wondering how does the OpenDR handle such cases? or it depends on the underlying LLM to handle it? will all the pages from the previous
web_search
tool calling be accessed viavisit_page
tool?Beta Was this translation helpful? Give feedback.
All reactions