summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-06-08 16:20:43 -0700
committerGitHub <[email protected]>2025-06-08 23:20:43 +0000
commitd62dad5575a53b5bb8058509563502ca922a4fc5 (patch)
tree0820928b5dc87ea9841b22d69efaa656c84ae679 /docs/index.md
parent152af28a347186517c46fc0d9ae88eb6fa883267 (diff)
Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index e62a4592..ea0c31b4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -25,7 +25,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`, `edit_file`, etc.
+ - **[File System Tools](./tools/file-system.md):** Documentation for tools like `read_file`, `write_file`, etc.
- **[Shell Tool](./tools/shell.md):** Using the `execute_bash_command` tool.
- **[Web Fetch Tool](./tools/web-fetch.md):** Using the `web_fetch` tool.
- **[Web Search Tool](./tools/web-search.md):** Using the `google_web_search` tool.