Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/toolkits/local/file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ agent.print_response("What is the most advanced LLM currently? Save the answer t
| `enable_save_file` | `bool` | `True` | Enables functionality to save files |
| `enable_delete_file` | `bool` | `False` | Enables functionality to delete files |
| `enable_read_file` | `bool` | `True` | Enables functionality to read files |
| `enable_read_file_chunks` | `bool` | `True` | Enables functionality to read files in chunks |
| `enable_read_file_chunk` | `bool` | `True` | Enables functionality to read files in chunks |
| `enable_replace_file_chunk` | `bool` | `True` | Enables functionality to update files in chunks |
| `enable_list_files` | `bool` | `True` | Enables functionality to list files in directories |
| `enable_search_files` | `bool` | `True` | Enables functionality to search for files |
Expand Down