JiriOndrusek commented on code in PR #8378:
URL: https://github.com/apache/camel-quarkus/pull/8378#discussion_r2894953797
##########
integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/AgentProducers.java:
##########
@@ -97,6 +97,7 @@ ChatMemoryStore chatMemoryStore() {
}
@Produces
+ @Identifier("retrievalAugmentor")
Review Comment:
@jamesnetherton This is one of the issue caused by ql4j on classpath. I
find a possible reason of this behavior, please see the README.adoc.
Here is the thext
```
If a RetrievalAugmentor with the <default> scope exists, ql4j detects it and
applies for the AiAgent (which should not have the retrievalAugmentor at all).
The issue can be simulated on the test `simpleUserMessage`
```
TBH I'm not sure, why the problem is not happening for more tests....
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]