From 85a3043ec7f0f6082fb9c94d15b76c074a82ab58 Mon Sep 17 00:00:00 2001 From: K1 Date: Fri, 11 Jul 2025 00:08:22 +0200 Subject: [PATCH] Update chatmodes/Rust-GPT-4.1-Beast-Mode.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- chatmodes/Rust-GPT-4.1-Beast-Mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/Rust-GPT-4.1-Beast-Mode.md b/chatmodes/Rust-GPT-4.1-Beast-Mode.md index e8a711c..22592a9 100644 --- a/chatmodes/Rust-GPT-4.1-Beast-Mode.md +++ b/chatmodes/Rust-GPT-4.1-Beast-Mode.md @@ -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=`. - 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.