This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 05690c03b331 Regen
05690c03b331 is described below
commit 05690c03b331fef4f198a1020283ca5de7c877cb
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Sep 8 23:00:01 2026 +0200
Regen
---
.../dsl/LangChain4jAgentEndpointBuilderFactory.java | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangChain4jAgentEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangChain4jAgentEndpointBuilderFactory.java
index 9acf041cfb2f..64d267adea90 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangChain4jAgentEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangChain4jAgentEndpointBuilderFactory.java
@@ -724,6 +724,20 @@ public interface LangChain4jAgentEndpointBuilderFactory {
public String langChain4jAgentToolExecutions() {
return "CamelLangChain4jAgentToolExecutions";
}
+ /**
+ * Set to true when user input is rejected by the configured moderation
+ * model; not set on success.
+ *
+ * The option is a: {@code Boolean} type.
+ *
+ * Group: producer
+ *
+ * @return the name of the header {@code
+ * LangChain4jAgentModerationFlagged}.
+ */
+ public String langChain4jAgentModerationFlagged() {
+ return "CamelLangChain4jAgentModerationFlagged";
+ }
}
static LangChain4jAgentEndpointBuilder endpointBuilder(String
componentName, String path) {
class LangChain4jAgentEndpointBuilderImpl extends
AbstractEndpointBuilder implements LangChain4jAgentEndpointBuilder,
AdvancedLangChain4jAgentEndpointBuilder {