Compare commits
2 Commits
71928498b0
...
1e8ff60c54
Author | SHA1 | Date | |
---|---|---|---|
1e8ff60c54 | |||
af2fccd4ee |
@ -34,12 +34,12 @@ 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
|
||||
- `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.
|
||||
- `file_insert_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
|
||||
|
Loading…
Reference in New Issue
Block a user