Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e2bbaa

Browse files
authored
fix: correct tag in usage instructions for Completion tool (tailcallhq#806)
1 parent e3e4c85 commit 7e2bbaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

crates/forge_services/src/tools/completion.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ use serde::Deserialize;
1414
/// IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the
1515
/// user that any previous tool uses were successful. Failure to do so will
1616
/// 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.
17+
/// must ask yourself in <forge_thinking></forge_thinking> tags if you've
18+
/// confirmed from the user that any previous tool uses were successful. If not,
19+
/// then DO NOT use this tool.
2020
#[derive(Debug, Default, ToolDescription)]
2121
pub struct Completion;
2222

0 commit comments

Comments
 (0)