Skip to content

3.16.3

Choose a tag to compare

@ilvalerione ilvalerione released this 06 Aug 17:36
· 8 commits to 3.x since this release

Improve Chat History Consistency

This release fixes an issue where chat history would get stuck in an inconsistent state if the http request against the provider API fails.

Now the agent store the incoming user message in the chat hisotry after the http request, so it will be sure to save the pair user-assistant always consistent.