Interface LangChain4jToolsEndpointBuilderFactory.LangChain4jToolsBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
LangChain4jToolsEndpointBuilderFactory
public static interface LangChain4jToolsEndpointBuilderFactory.LangChain4jToolsBuilders
-
Method Summary
Modifier and TypeMethodDescriptionlangchain4jTools
(String path) LangChain4j Tools (camel-langchain4j-tools) LangChain4j Tools and Function Calling Features Category: ai Since: 4.8 Maven coordinates: org.apache.camel:camel-langchain4j-tools Syntax:langchain4j-tools:toolId
Path parameter: toolId (required) The tool namelangchain4jTools
(String componentName, String path) LangChain4j Tools (camel-langchain4j-tools) LangChain4j Tools and Function Calling Features Category: ai Since: 4.8 Maven coordinates: org.apache.camel:camel-langchain4j-tools Syntax:langchain4j-tools:toolId
Path parameter: toolId (required) The tool name
-
Method Details
-
langchain4jTools
default LangChain4jToolsEndpointBuilderFactory.LangChain4jToolsEndpointBuilder langchain4jTools(String path) LangChain4j Tools (camel-langchain4j-tools) LangChain4j Tools and Function Calling Features Category: ai Since: 4.8 Maven coordinates: org.apache.camel:camel-langchain4j-tools Syntax:langchain4j-tools:toolId
Path parameter: toolId (required) The tool name- Parameters:
path
- toolId- Returns:
- the dsl builder
-
langchain4jTools
default LangChain4jToolsEndpointBuilderFactory.LangChain4jToolsEndpointBuilder langchain4jTools(String componentName, String path) LangChain4j Tools (camel-langchain4j-tools) LangChain4j Tools and Function Calling Features Category: ai Since: 4.8 Maven coordinates: org.apache.camel:camel-langchain4j-tools Syntax:langchain4j-tools:toolId
Path parameter: toolId (required) The tool name- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- toolId- Returns:
- the dsl builder
-