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
Run a chat with ollama as the llm backend and with add_chat_history_to_messages=True.
Make a query about something irrelevant (e.g. "How are you doing?")
Make a query that require tool use (e.g. "Is there anything interesting going on in France?" -> assuming you have DDG-news or some other tool available.)
Resulting error:
In the debug logs the "latest" user message that is repeated to the model is not the latest ("Is there anything interesting going on in France?") but actually the first in the available chat history ("How are you doing?" in this case).
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Resulting error:
In the debug logs the "latest" user message that is repeated to the model is not the latest ("Is there anything interesting going on in France?") but actually the first in the available chat history ("How are you doing?" in this case).
The text was updated successfully, but these errors were encountered: