Uses of Class
org.bsc.langgraph4j.langchain4j.tool.ToolNode.Builder
Packages that use ToolNode.Builder
-
Uses of ToolNode.Builder in org.bsc.langgraph4j.langchain4j.tool
Methods in org.bsc.langgraph4j.langchain4j.tool that return ToolNode.BuilderModifier and TypeMethodDescriptionstatic ToolNode.BuilderToolNode.builder()Deprecated, for removal: This API element is subject to removal in a future version.ToolNode.Builder.specification(dev.langchain4j.agent.tool.ToolSpecification spec, dev.langchain4j.service.tool.ToolExecutor executor) Deprecated.Adds a tool specification to the nodeToolNode.Builder.specification(Object objectWithTools) Deprecated.Adds all the methods annotated withToolto the nodeToolNode.Builder.specification(ToolNode.Specification toolSpecifications) Deprecated.Adds a tool specification to the node