diff --git a/README.md b/README.md index 3bba3e0..4f621b9 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,17 @@ 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: -- `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 +- `read_dir` - Read the contents of a directory. +- `read_file` - Read the contents of a file. +- `write_file` - Write contents to a file. +- `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_replace_lines` - Remove or replace a range of lines within a file. Even trickier for the model to use. ## Install