Class ToolSpecification

java.lang.Object
dev.langchain4j.agent.tool.ToolSpecification

public class ToolSpecification extends Object
Describes a tool that language model can execute.

Can be generated automatically from methods annotated with Tool using ToolSpecifications helper.