diff --git a/README.md b/README.md index 3bba3e0..561b1f3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ the model could at any time decide to use one of these tools to discover and read potentially sensitive information from your filesystem.** It's best to only have these tools enabled in `config.yaml` when you intend to -be using them, because their descriptions (see `pkg/cmd/functions.go`) count +be using them, because their descriptions (see `pkg/cli/functions.go`) count towards context usage. Available tools: @@ -37,9 +37,9 @@ Available tools: - `read_dir` - Read the contents of a directory - `read_file` - Read the contents of a file - `write_file` - Write contents to a file -- `insert_file_lines` - Insert lines at a position within a file. Tricky for +- `file_insert_lines` - Insert lines at a position within a file. Tricky for the model to use, but can potentially save tokens. -- `replace_file_lines` - Remove or replace a range of lines within a file. Even +- `file_insert_lines` - Remove or replace a range of lines within a file. Even trickier for the model to use. ## Install