Class CamelToolSpecification
java.lang.Object
org.apache.camel.component.langchain4j.chat.tool.CamelToolSpecification
Deprecated.
Holds ToolSpecification needed by langchain4j and the associated Camel Consumer. In this way, a specific route can be
invoked by a specific Tool
-
Constructor Summary
ConstructorsConstructorDescriptionCamelToolSpecification
(dev.langchain4j.agent.tool.ToolSpecification toolSpecification, LangChain4jChatConsumer consumer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.dev.langchain4j.agent.tool.ToolSpecification
Deprecated.int
hashCode()
Deprecated.void
setConsumer
(LangChain4jChatConsumer consumer) Deprecated.void
setToolSpecification
(dev.langchain4j.agent.tool.ToolSpecification toolSpecification) Deprecated.toString()
Deprecated.
-
Constructor Details
-
CamelToolSpecification
public CamelToolSpecification(dev.langchain4j.agent.tool.ToolSpecification toolSpecification, LangChain4jChatConsumer consumer) Deprecated.
-
-
Method Details
-
getToolSpecification
public dev.langchain4j.agent.tool.ToolSpecification getToolSpecification()Deprecated. -
setToolSpecification
public void setToolSpecification(dev.langchain4j.agent.tool.ToolSpecification toolSpecification) Deprecated. -
getConsumer
Deprecated. -
setConsumer
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-