Add doc for FinalAnswerTool, GoogleSearchTool, SpeechToTextTool (#516)
This commit is contained in:
parent
e872d91972
commit
f09b17f86d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue