This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch quick-fix/regenerate-ai-catalog-docs in repository https://gitbox.apache.org/repos/asf/camel.git
commit 29b47718e1c381e24435b4176f3e6c069f8b215f Author: Claus Ibsen <[email protected]> AuthorDate: Mon Aug 31 10:23:44 2026 +0200 chore: regenerate catalog docs for structured_error_exchange_properties anchor fix Follow-up to 767b01c1e45b, which removed the explicit [[structured_error_exchange_properties]] anchor from the langchain4j-agent, langchain4j-embeddings, and spring-ai-chat source docs but missed regenerating the corresponding catalog/camel-catalog generated resources, breaking the "uncommitted generated changes" CI check. Co-Authored-By: Claude Sonnet 5 <[email protected]> Signed-off-by: Claus Ibsen <[email protected]> --- .../org/apache/camel/catalog/docs/langchain4j-agent-component.adoc | 1 - .../org/apache/camel/catalog/docs/langchain4j-embeddings-component.adoc | 1 - .../org/apache/camel/catalog/docs/spring-ai-chat-component.adoc | 1 - 3 files changed, 3 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-agent-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-agent-component.adoc index a331982d11df..e70651121988 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-agent-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-agent-component.adoc @@ -1178,7 +1178,6 @@ You can also define the `ResponseFormat` at the `ChatModel` level. See the https * The same schema file can be shared across `camel-openai` and `camel-langchain4j-agent` components ==== -[[structured_error_exchange_properties]] === Structured error exchange properties When a LangChain4j agent call fails, Camel sets structured metadata on the exchange **before** the model exception propagates. This works even when GenAI observability is disabled. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-embeddings-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-embeddings-component.adoc index 387d9e382f24..7ea8ec94431c 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-embeddings-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/langchain4j-embeddings-component.adoc @@ -395,7 +395,6 @@ YAML:: ---- ==== -[[structured_error_exchange_properties]] === Structured error exchange properties When a LangChain4j embeddings call fails, Camel sets structured metadata on the exchange **before** the model exception propagates. This works even when GenAI observability is disabled. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-ai-chat-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-ai-chat-component.adoc index c8d8c0a84040..2dea4dd89a09 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-ai-chat-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-ai-chat-component.adoc @@ -1407,7 +1407,6 @@ The component automatically adds Spring AI's `SimpleLoggerAdvisor` to log reques logging.level.org.springframework.ai.chat.client.advisor=DEBUG ---- -[[structured_error_exchange_properties]] === Structured error exchange properties When a Spring AI chat call fails, Camel sets structured metadata on the exchange **before** the Spring AI exception propagates. This works even when GenAI observability is disabled.
