diff options
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. |
