类 ToolParameters
java.lang.Object
dev.langchain4j.agent.tool.ToolParameters
Represents the parameters of a tool.
-
方法详细资料
-
type
Returns the type of the tool.- 返回:
- the type of the tool.
-
properties
Returns the properties of the tool.- 返回:
- the properties of the tool.
-
required
Returns the required properties of the tool.- 返回:
- the required properties of the tool.
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
ToolParameters builder static inner class.- 返回:
- a
ToolParameters.Builder.
-