类 ToolExecutionRequest.Builder
java.lang.Object
dev.langchain4j.agent.tool.ToolExecutionRequest.Builder
- 封闭类:
- ToolExecutionRequest
ToolExecutionRequest builder static inner class.-
方法概要
修饰符和类型方法说明Sets thearguments.build()Returns aToolExecutionRequestbuilt from the parameters previously set.Sets theid.Sets thename.
-
方法详细资料
-
id
Sets theid.- 参数:
id- theid- 返回:
- the
Builder
-
name
Sets thename.- 参数:
name- thename- 返回:
- the
Builder
-
arguments
Sets thearguments.- 参数:
arguments- thearguments- 返回:
- the
Builder
-
build
Returns aToolExecutionRequestbuilt from the parameters previously set.- 返回:
- a
ToolExecutionRequest
-