You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing LangChain4J in a Spring boot java project, with AI Services.
It's working pretty well, but I have a case where the model answer a text message like "Please wait I am retrieving some information for you" and ask for a tool execution. In this case, le tool execution is ignored (cf
Hello there
I am implementing LangChain4J in a Spring boot java project, with AI Services.
It's working pretty well, but I have a case where the model answer a text message like "Please wait I am retrieving some information for you" and ask for a tool execution. In this case, le tool execution is ignored (cf
langchain4j/langchain4j-azure-open-ai/src/main/java/dev/langchain4j/model/azure/InternalAzureOpenAiHelper.java
Line 267 in abc957a
Describe the bug
For me, it should execute the function first, or give the possibility to have the choice.
To Reproduce
Create an AI Service with tool execution and ask for something like "retrieve my todo list"
Expected behavior
The function should be executed instead of returning the text message from the model.
Please complete the following information:
Thank you for your work, this lib is great :)
The text was updated successfully, but these errors were encountered: