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
Bug description
When adding a MessageChatMemoryAdvisor to my chat client. I would expect it to persist all messages, including the tool calls that the model makes. However, when getting the final chatResponse, I can only see the user message and the final model response in the chat memory.
Bug description
When adding a
MessageChatMemoryAdvisor
to my chat client. I would expect it to persist all messages, including the tool calls that the model makes. However, when getting the finalchatResponse
, I can only see the user message and the final model response in the chat memory.Environment
Java 21, SpringAI M4, InMemoryChatMemory
Steps to reproduce
MessageChatMemoryAdvisor
with anInMemoryChatMemory
instance passed in to it.Expected behavior
I expected to also be able to see the model tool calls in the ChatHistory
The text was updated successfully, but these errors were encountered: