类 BaseTool
java.lang.Object
com.agentsflex.core.model.chat.tool.BaseTool
- 所有已实现的接口:
Tool,Serializable
- 直接已知子类:
FunctionTool,MethodTool
- 另请参阅:
-
嵌套类概要
从接口继承的嵌套类/接口 com.agentsflex.core.model.chat.tool.Tool
Tool.Builder -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getName()voidsetDescription(String description) voidvoidsetParameters(Parameter[] parameters)
-
字段详细资料
-
name
-
description
-
parameters
-
-
构造器详细资料
-
BaseTool
public BaseTool()
-
-
方法详细资料
-
getName
-
setName
-
getDescription
- 指定者:
getDescription在接口中Tool
-
setDescription
-
getParameters
- 指定者:
getParameters在接口中Tool
-
setParameters
-