Skip to content

Commit 275c903

Browse files
committed
fix the incorrect grep tool name in the docs
1 parent 6859934 commit 275c903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/agent/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Continue includes several built-in tools which provide the model access to IDE f
3131
- **Read file** (`builtin_read_file`): read the contents of a file within the project
3232
- **Read currently open file** (`builtin_read_currently_open_file`): read the contents of the currently open file
3333
- **Create new file** (`builtin_create_new_file`): Create a new file within the project, with path and contents specified by the model
34-
- **Exact search** (`builtin_exact_search`): perform a `ripgrep` search within the project. Results are limited to 100 results and 5000 characters (model is warned if this is exceeded)
34+
- **Grep search** (`builtin_grep_search`): perform a `ripgrep` search within the project. Results are limited to 100 results and 5000 characters (model is warned if this is exceeded)
3535
- **Run terminal command** (`builtin_run_terminal_command`): run a terminal command from the workspace root
3636
- **Search web** (`builtin_search_web`): Perform a web search to get top results
3737
- **View diff** (`builtin_view_diff`): View the current working git diff

0 commit comments

Comments
 (0)