3.16.3
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.