mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-14 23:21:19 +00:00
chore: update description for exp tool
This commit is contained in:
parent
3ed8540eba
commit
681fe4a956
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ export const experimentConfigsMap: Record<ExperimentKey, ExperimentConfig> = {
|
|||
id: EXPERIMENT_IDS.SEARCH_AND_REPLACE,
|
||||
name: "Use experimental search and replace tool",
|
||||
description:
|
||||
"Enable the experimental Search and Replace tool. This tool allows Roo to search and replace term. Can be run multiple search and replace in sequence at once request.",
|
||||
"Enable the experimental search and replace tool, allowing Roo to replace multiple instances of a search term in one request.",
|
||||
enabled: false,
|
||||
},
|
||||
INSERT_BLOCK: {
|
||||
|
|
@ -36,7 +36,7 @@ export const experimentConfigsMap: Record<ExperimentKey, ExperimentConfig> = {
|
|||
name: "Use experimental insert block tool",
|
||||
|
||||
description:
|
||||
"Enable the experimental insert block tool. This tool allows Roo to insert code blocks into files. Can be insert multiple blocks at once.",
|
||||
"Enable the experimental insert block tool, allowing Roo to insert multiple code blocks at once at specific line numbers without needing to create a diff.",
|
||||
enabled: false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue