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
|
[[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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue