[ https://issues.apache.org/jira/browse/CAMEL-21355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892403#comment-17892403 ]
Bruno Meseguer commented on CAMEL-21355: ---------------------------------------- This is an unorthodox one. Camel initiates a conversation with the LLM, which may or may not decide to call the tools. Not calling the tools is a valid use case, so I wouldn't treat it as an exception scenario. I wonder if we should pair the chat component as producer only and tools as consumer only. > LangChain4j Tools fails with direct LLM response > ------------------------------------------------ > > Key: CAMEL-21355 > URL: https://issues.apache.org/jira/browse/CAMEL-21355 > Project: Camel > Issue Type: Bug > Components: camel-langchain4j-tools > Affects Versions: 4.8.0 > Reporter: Bruno Meseguer > Assignee: Otavio Rodolfo Piske > Priority: Major > Fix For: 4.8.2, 4.9.0 > > > The Tools component is designed to provide functions to the LLM. However the > LLM may decide not to invoke any of the given tools. > In that scenario, the LLM replies directly instead of requesting the > execution of a tool/function. The Camel Tools components seems unable to > handle such use case and throws an exception. -- This message was sent by Atlassian Jira (v8.20.10#820010)