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:09:52 +02:00 committed by GitHub
parent 6b2e11053d
commit 16e3584b94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ Refer to the detailed sections below for more information on each step
- Validate and update your understanding continuously as you gather more context.
- Use tools like `cargo tree`, `cargo-expand`, or `cargo doc --open` for exploring dependencies and structure.
## . Internet Research
## 4. 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.