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

github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 8187fdfcf1 Regen
 discard c74c21158a Regen
 discard a87aab1270 Fixed kamelet test
 discard b9b03f8067 Regen
 discard 83f4e5798b Fixes azure-eventhub native
 discard 8f13140d20 Upgrade Camel to 4.16.0
     add 90cfedbd1c Upgrade Quarkus LangChain4j to 1.2.1
     add aeec8ff2c9 Fix SNAPSHOT deploy CI build
     add b386ce31af Add tests and support for langchain4j-agent custom tools
     add dccac038c1 Fix path to qwc-camel-core.js in Micrometer & MicroProfile 
Fault Tolerance Dev UI pages
     new 17e5ec7b41 Upgrade Camel to 4.16.0
     new 0a7e2e6261 Fixes azure-eventhub native
     new 1bca96a428 Regen
     new 057d7e24a8 Fixed kamelet test
     new b43ca1486f Regen
     new ee0ed55beb Regen

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8187fdfcf1)
            \
             N -- N -- N   refs/heads/camel-main (ee0ed55beb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 6 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:
 Jenkinsfile                                        |  2 +-
 .../deployment/SupportLangchain4jProcessor.java    | 21 +++++++++++++++++
 .../main/resources/dev-ui/qwc-camel-micrometer.js  |  2 +-
 .../qwc-camel-microprofile-fault-tolerance.js      |  2 +-
 integration-tests/langchain4j-agent/pom.xml        |  4 ++++
 .../langchain4j/agent/it/AgentProducers.java       |  9 ++++++++
 .../agent/it/Langchain4jAgentResource.java         | 19 +++++++++++++++
 .../agent/it/Langchain4jAgentRoutes.java           |  3 +++
 .../AdditionTool.java}                             | 27 ++++++++++++----------
 .../langchain4j/agent/it/Langchain4jAgentTest.java | 12 ++++++++++
 ..._chat-891a47a3-531c-48fd-920c-b8eff546c7ff.json | 24 +++++++++++++++++++
 ..._chat-a14f44e0-8921-47ab-a69e-cf038e7cb358.json | 24 +++++++++++++++++++
 pom.xml                                            |  2 +-
 13 files changed, 135 insertions(+), 16 deletions(-)
 copy 
integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/{guardrail/ValidationSuccessInputGuardrail.java
 => tool/AdditionTool.java} (62%)
 create mode 100644 
integration-tests/langchain4j-agent/src/test/resources/mappings/api_chat-891a47a3-531c-48fd-920c-b8eff546c7ff.json
 create mode 100644 
integration-tests/langchain4j-agent/src/test/resources/mappings/api_chat-a14f44e0-8921-47ab-a69e-cf038e7cb358.json

Reply via email to