This is an automated email from the ASF dual-hosted git repository.

Croway pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from ff3dbb9236d3 CAMEL-23400: camel-test - Add route diagram dumper 
(#23085)
     new 657230fdd4bf chore(langchain4j-chat): mark as producer-only and update 
documentation
     new f41c96451d2f chore(langchain4j-agent): fix documentation examples and 
MCP properties
     new 557b15f88e63 chore(spring-ai): use Camel type converters for body 
extraction

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/catalog/components/langchain4j-chat.json |  28 +-
 .../src/main/docs/langchain4j-agent-component.adoc |   7 +-
 .../chat/LangChain4jChatComponentConfigurer.java   |   6 -
 .../chat/LangChain4jChatEndpointConfigurer.java    |  18 --
 .../chat/LangChain4jChatEndpointUriFactory.java    |   5 +-
 .../langchain4j/chat/langchain4j-chat.json         |  28 +-
 .../src/main/docs/langchain4j-chat-component.adoc  |  22 +-
 .../langchain4j/chat/LangChain4jChatEndpoint.java  |   1 +
 .../langchain4j/chat/LangChain4jChatProducer.java  |  13 +-
 .../springai/chat/SpringAiChatProducer.java        |  11 +-
 .../embeddings/SpringAiEmbeddingsProducer.java     |  15 +-
 .../springai/image/SpringAiImageProducer.java      |  15 +-
 .../vectorstore/SpringAiVectorStoreProducer.java   |  21 +-
 .../Langchain4jChatComponentBuilderFactory.java    |  33 +-
 .../dsl/LangChain4jChatEndpointBuilderFactory.java | 335 ++-------------------
 15 files changed, 108 insertions(+), 450 deletions(-)

Reply via email to