diff --git a/docs/source/en/reference/tools.md b/docs/source/en/reference/tools.md index b8d11d0e4..68c70b897 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