Class ToolkitAbstract

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.

Hierarchy

Constructors

Properties

Constructors

Properties

tools: Tool[]

Generated using TypeDoc