Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down