Federico Mariani created CAMEL-20822:
----------------------------------------
Summary: camel-langchain4j-chat - implement tool capabilities
Key: CAMEL-20822
URL: https://issues.apache.org/jira/browse/CAMEL-20822
Project: Camel
Issue Type: New Feature
Components: camel-ai
Reporter: Federico Mariani
Implement OpenAI Tool capabilities, so that camel consumer route can be used as
Tool logic ala:
{code:java}
from("langchain4j-chat:chatId").to("sql:SELECT name FROM users WHERE id =
:#id") {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)