diff options
| author | Keith Ballinger <[email protected]> | 2025-06-06 22:54:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-06 22:54:37 -0700 |
| commit | 0c868746777e95255ce870aff4a61fb584d60a62 (patch) | |
| tree | 07fd51b91eee0df77d7014828308facaea03778f /docs/index.md | |
| parent | 76ec9122c0dd36f0535a74c65811c0f7bd138f4d (diff) | |
Add batch editing capabilities to Edit Tool (#648)
Co-authored-by: N. Taylor Mullen <[email protected]>
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index af94f9d5..9abb91e2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ This documentation is organized into the following sections: - **[Tools API](./core/tools-api.md):** Information on how the core manages and exposes tools. - **Tools:** - **[Tools Overview](./tools/index.md):** A general look at the available tools. - - **[File System Tools](./tools/file-system.md):** Documentation for tools like `read_file`, `write_file`, etc. + - **[File System Tools](./tools/file-system.md):** Documentation for tools like `read_file`, `edit_file`, etc. - **[Shell Tool](./tools/shell.md):** Using the `execute_bash_command` tool. - **[Web Fetch Tool](./tools/web.md):** Using the `web_fetch` tool. - **[Multi-File Read Tool](./tools/multi-file.md):** Using the `read_many_files` tool. |
