Compare commits
2 Commits
1e8ff60c54
...
71928498b0
Author | SHA1 | Date | |
---|---|---|---|
71928498b0 | |||
f1131b24e8 |
@ -34,12 +34,12 @@ 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
|
||||||
- `file_insert_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.
|
||||||
- `file_replace_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.
|
trickier for the model to use.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
Loading…
Reference in New Issue
Block a user