Fix README errors

This commit is contained in:
Matt Low 2023-11-29 15:29:10 +00:00
parent f206334e72
commit af2fccd4ee
1 changed files with 6 additions and 6 deletions

View File

@ -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.** read potentially sensitive information from your filesystem.**
It's best to only have these tools enabled in `config.yaml` when you intend to 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. towards context usage.
Available tools: Available tools:
- `read_dir` - Read the contents of a directory - `read_dir` - Read the contents of a directory.
- `read_file` - Read the contents of a file - `read_file` - Read the contents of a file.
- `write_file` - Write contents to 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. 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. trickier for the model to use.
## Install ## Install