diff options
| author | cperry-goog <[email protected]> | 2025-06-21 17:41:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-21 17:41:03 -0700 |
| commit | e20171e7ddb7c4d0935dcb578b8395dc560005ec (patch) | |
| tree | c32e876fe169936f50e4f6a33af2cc2b2a959485 /docs/core/tools-api.md | |
| parent | 47780e984c36e494cbfe6f93d7bdf065184bf10b (diff) | |
Updating missing commands (#1289)
Diffstat (limited to 'docs/core/tools-api.md')
| -rw-r--r-- | docs/core/tools-api.md | 3 |
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. |
