JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.hw.langchain.agents.toolkits.base
Interface BaseToolkit
public interface
BaseToolkit
Base Toolkit representing a collection of related tools.
Author:
HamaWhite
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
BaseTool
>
getTools
()
Get the tools in the toolkit.
Method Details
getTools
List
<
BaseTool
>
getTools
()
Get the tools in the toolkit.
Returns:
a list of tools in the toolkit.