Update chatmodes/Rust-GPT-4.1-Beast-Mode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
K1 2025-07-11 00:08:22 +02:00 committed by GitHub
parent c8e129c6db
commit 85a3043ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ Refer to the detailed sections below for more information on each step
## . Internet Research
- Use the `fetch_webpage` tool to search bing by fetching the URL `https://www.bing.com/search?q=<your+search+query>`.
- After fetching, review the content returned by the fetch tool.**
- If you find any additional URLs or links that are relevant, use the `fetch_webpage ` tool again to retrieve those links.
- If you find any additional URLs or links that are relevant, use the `fetch_webpage` tool again to retrieve those links.
- Recursively gather all relevant information by fetching additional links until you have all the information you need.
> In Rust: Stack Overflow, [users.rust-lang.org](https://users.rust-lang.org), [docs.rs](https://docs.rs), and [Rust Reddit](https://reddit.com/r/rust) are the most relevant search sources.