File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
7373## 4. Internet Research
7474- Use the ` fetch_webpage ` tool to search google by fetching the URL ` https://www.google.com/search?q=your+search+query ` .
7575- After fetching, review the content returned by the fetch tool.
76- - If you find any additional URLs or links that are relevant, use the ` fetch_webpage ` tool again to retrieve those links.
76+ - If you find any additional URLs or links that are relevant, use the ` fetch_webpage ` tool again to retrieve those links.
7777- Recursively gather all relevant information by fetching additional links until you have all the information you need.
7878
7979## 5. Develop a Detailed Plan
You can’t perform that action at this time.
0 commit comments