summaryrefslogtreecommitdiff
path: root/docs/core
diff options
context:
space:
mode:
authorcperry-goog <[email protected]>2025-06-21 17:41:03 -0700
committerGitHub <[email protected]>2025-06-21 17:41:03 -0700
commite20171e7ddb7c4d0935dcb578b8395dc560005ec (patch)
treec32e876fe169936f50e4f6a33af2cc2b2a959485 /docs/core
parent47780e984c36e494cbfe6f93d7bdf065184bf10b (diff)
Updating missing commands (#1289)
Diffstat (limited to 'docs/core')
-rw-r--r--docs/core/tools-api.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/core/tools-api.md b/docs/core/tools-api.md
index 3c41820c..44686bc5 100644
--- a/docs/core/tools-api.md
+++ b/docs/core/tools-api.md
@@ -44,6 +44,9 @@ The core comes with a suite of pre-defined tools, typically found in `packages/c
- `ShellTool` (`shell.ts`): Executes arbitrary shell commands (requires careful sandboxing and user confirmation).
- **Web Tools:**
- `WebFetchTool` (`web-fetch.ts`): Fetches content from a URL.
+ - `WebSearchTool` (`web-search.ts`): Performs a web search.
+- **Memory Tools:**
+ - `MemoryTool` (`memoryTool.ts`): Interacts with the AI's memory.
Each of these tools extends `BaseTool` and implements the required methods for its specific functionality.