The project must be able to manage conversation with long history.
Current behavior :
- the whole history is provided to the LLM
Expected behavior :
- a compressed history must be provided to the LLM (yep...). Several solutions: resume previous conversation, only send last messages, ...
The project must be able to manage conversation with long history.
Current behavior :
Expected behavior :