Add doc for FinalAnswerTool, GoogleSearchTool, SpeechToTextTool (#516)

This commit is contained in:
Touseef Ahmad 2025-02-06 05:05:13 -08:00 committed by GitHub
parent e872d91972
commit f09b17f86d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 2 deletions

View File

@ -49,17 +49,29 @@ contains the API docs for the underlying classes.
[[autodoc]] PythonInterpreterTool [[autodoc]] PythonInterpreterTool
### FinalAnswerTool
[[autodoc]] FinalAnswerTool
### UserInputTool
[[autodoc]] UserInputTool
### DuckDuckGoSearchTool ### DuckDuckGoSearchTool
[[autodoc]] DuckDuckGoSearchTool [[autodoc]] DuckDuckGoSearchTool
### GoogleSearchTool
[[autodoc]] GoogleSearchTool
### VisitWebpageTool ### VisitWebpageTool
[[autodoc]] VisitWebpageTool [[autodoc]] VisitWebpageTool
### UserInputTool ### SpeechToTextTool
[[autodoc]] UserInputTool [[autodoc]] SpeechToTextTool
## ToolCollection ## ToolCollection