Uses of Class
dev.langchain4j.agent.tool.ToolSpecification.Builder
Packages that use ToolSpecification.Builder
-
Uses of ToolSpecification.Builder in dev.langchain4j.agent.tool
Methods in dev.langchain4j.agent.tool that return ToolSpecification.BuilderModifier and TypeMethodDescriptionstatic ToolSpecification.Builder
ToolSpecification.builder()
Creates builder to buildToolSpecification
.ToolSpecification.Builder.description
(String description) Sets thedescription
.Sets thename
.ToolSpecification.Builder.parameters
(JsonObjectSchema parameters) Sets theparameters
.