Stream AI Service response while using Function Calling #54703
Replies: 2 comments 1 reply
|
Could you open an issue in the quarkus-langchain4j project? Sounds like a bug. |
|
The NPE is specific to how the Mistral streaming adapter parses delta chunks, not to What's actually happening: when Mistral's streaming API executes a tool call, the delta chunks it sends for that turn carry Since switching to
When you open the issue, pointing at |
Uh oh!
There was an error while loading. Please reload this page.
I am using LangChain to build an AI assistant with Mistral AI as the provider. I provided the assistant with tools ( mostly repositories so that he can get data from the database ).
When I set the response type to
StringThe assistant works perfectly. But when I try to enable response streaming by using
Multi<String>I get this error
All reactions