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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions crates/forge_services/src/tools/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use serde::Deserialize;
/// IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the
/// user that any previous tool uses were successful. Failure to do so will
/// result in code corruption and system failure. Before using this tool, you
/// must ask yourself in <thinking></thinking> tags if you've confirmed from the
/// user that any previous tool uses were successful. If not, then DO NOT use
/// 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.
#[derive(Debug, Default, ToolDescription)]
pub struct Completion;

Expand Down