Otavio Rodolfo Piske created CAMEL-21075: --------------------------------------------
Summary: camel-langchain4j-chat: unreliability due to failing to clear cached consumers Key: CAMEL-21075 URL: https://issues.apache.org/jira/browse/CAMEL-21075 Project: Camel Issue Type: Improvement Components: camel-langchain4j-chat, camel-ai Affects Versions: 4.7.0 Reporter: Otavio Rodolfo Piske Assignee: Otavio Rodolfo Piske Fix For: 4.8.0 The LangChain4J Chat component fails to cleanup the cached consumers. In some circumstances (such as when restarting the route), it may cause the code to try to use a reference to an outdated consumer. This is particularly problematic for function calling / tools, as it may cause and wrong tool to be called. -- This message was sent by Atlassian Jira (v8.20.10#820010)