llm_chain::tools

Module tools

Source
Expand description

Commonly used tools ready to import

Structs§

BashTool
A tool that executes a bash command.
BashToolInput
BashToolOutput
BingSearch
BingSearchInput
BingSearchOutput
ExitTool
A tool that exits the program with the given status code.
ExitToolInput
Represents the input for ExitTool.
ExitToolOutput
Represents the output for ExitTool.
GoogleSerper
GoogleSerperInput
GoogleSerperOutput
PythonTool
PythonToolInput
PythonToolOutput
VectorStoreTool
VectorStoreToolInput
VectorStoreToolOutput

Enums§

BashToolError
BingSearchError
ExitToolError
GoogleSerperError
PythonToolError
VectorStoreToolError