diff options
| author | cperry-goog <[email protected]> | 2025-06-07 10:47:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-07 10:47:30 -0700 |
| commit | 63757d6a7ae6dcff47e912578903ed4040b2b82f (patch) | |
| tree | 243f231880d3456ae0c055a9deccf3c23a84c113 /docs/tools/index.md | |
| parent | dcaecde844fd21d101bbb76c41163919373543d2 (diff) | |
docs: update and reorganize documentation (#806)
Diffstat (limited to 'docs/tools/index.md')
| -rw-r--r-- | docs/tools/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/tools/index.md b/docs/tools/index.md index 9e815f08..614dc16a 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -43,7 +43,9 @@ The built-in tools can be broadly categorized as follows: - **[File System Tools](./file-system.md):** For interacting with files and directories (reading, writing, listing, searching, etc.). - **[Shell Tool](./shell.md):** For executing shell commands. -- **[Web Fetch Tool](./web.md):** For retrieving content from URLs. +- **[Web Fetch Tool](./web-fetch.md):** For retrieving content from URLs. +- **[Web Search Tool](./web-search.md):** For searching the web. - **[Multi-File Read Tool](./multi-file.md):** A specialized tool for reading content from multiple files or directories, often used by the `@` command. +- **[Memory Tool](./memory.md):** For saving and recalling information across sessions. Understanding the available tools and how they work will help you make the most effective use of the Gemini CLI. |
