From f09b17f86d7a56c072d10c01a7b65596ec05fa24 Mon Sep 17 00:00:00 2001 From: Touseef Ahmad <124333084+touseefahmed96@users.noreply.github.com> Date: Thu, 6 Feb 2025 05:05:13 -0800 Subject: [PATCH] Add doc for FinalAnswerTool, GoogleSearchTool, SpeechToTextTool (#516) --- docs/source/en/reference/tools.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/source/en/reference/tools.md b/docs/source/en/reference/tools.md index b8d11d0..68c70b8 100644 --- a/docs/source/en/reference/tools.md +++ b/docs/source/en/reference/tools.md @@ -49,17 +49,29 @@ contains the API docs for the underlying classes. [[autodoc]] PythonInterpreterTool +### FinalAnswerTool + +[[autodoc]] FinalAnswerTool + +### UserInputTool + +[[autodoc]] UserInputTool + ### DuckDuckGoSearchTool [[autodoc]] DuckDuckGoSearchTool +### GoogleSearchTool + +[[autodoc]] GoogleSearchTool + ### VisitWebpageTool [[autodoc]] VisitWebpageTool -### UserInputTool +### SpeechToTextTool -[[autodoc]] UserInputTool +[[autodoc]] SpeechToTextTool ## ToolCollection