Abstract base class for toolkits in LangChain. Toolkits are collections of tools that agents can use. Subclasses must implement the tools property to provide the specific tools for the toolkit.
tools
Optional
Static
Abstract base class for toolkits in LangChain. Toolkits are collections of tools that agents can use. Subclasses must implement the
toolsproperty to provide the specific tools for the toolkit.