Class LangChain4jAgentEndpointBuilderFactory.LangChain4jAgentHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.LangChain4jAgentEndpointBuilderFactory.LangChain4jAgentHeaderNameBuilder
- Enclosing interface:
LangChain4jAgentEndpointBuilderFactory
public static class LangChain4jAgentEndpointBuilderFactory.LangChain4jAgentHeaderNameBuilder
extends Object
The builder of headers' name for the LangChain4j Agent component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe media type (MIME type) of the file content.Memory ID.The system prompt.The user message to accompany file content when using WrappedFile as input.
-
Constructor Details
-
LangChain4jAgentHeaderNameBuilder
public LangChain4jAgentHeaderNameBuilder()
-
-
Method Details
-
langChain4jAgentSystemMessage
The system prompt. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
LangChain4jAgentSystemMessage.
-
langChain4jAgentMemoryId
Memory ID. The option is a:Objecttype. Group: producer- Returns:
- the name of the header
LangChain4jAgentMemoryId.
-
langChain4jAgentUserMessage
The user message to accompany file content when using WrappedFile as input. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
LangChain4jAgentUserMessage.
-
langChain4jAgentMediaType
The media type (MIME type) of the file content. Overrides auto-detection from file extension. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
LangChain4jAgentMediaType.
-