Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e4c85 commit 7e2bbaaCopy full SHA for 7e2bbaa
1 file changed
crates/forge_services/src/tools/completion.rs
@@ -14,9 +14,9 @@ use serde::Deserialize;
14
/// IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the
15
/// user that any previous tool uses were successful. Failure to do so will
16
/// result in code corruption and system failure. Before using this tool, you
17
-/// must ask yourself in <thinking></thinking> tags if you've confirmed from the
18
-/// user that any previous tool uses were successful. If not, then DO NOT use
19
-/// this tool.
+/// must ask yourself in <forge_thinking></forge_thinking> tags if you've
+/// confirmed from the user that any previous tool uses were successful. If not,
+/// then DO NOT use this tool.
20
#[derive(Debug, Default, ToolDescription)]
21
pub struct Completion;
22
0 commit comments