AS A Product owner
I WANT the llm to know the previous chat messages
IN ORDER to answer the follow up questions better.
In order to give the large language model (LLM) better context of what is being asked it is necessary to prove previous question and answer.
AC:
[ ] The llm needs to get the basic question that was asked as well as the previous question and answer
Further improvements needed (added 20.09.2024):
[ ] the previous question-answer will be included only if they were processed by the LLM. Previous questions-answers are not included if they were treated as Rasa intents.
AS A Product owner I WANT the llm to know the previous chat messages IN ORDER to answer the follow up questions better.
In order to give the large language model (LLM) better context of what is being asked it is necessary to prove previous question and answer. AC:
Further improvements needed (added 20.09.2024):