When I was debugging the agent page, I noticed that only the user's historical questions are input into the large model. Why aren't the large model's responses and the user's inputs combined as historical input to the large model?
use QWenChat chat_streamly
history
[{'role': 'system', 'content': '回答用户的问题'}, {'role': 'user', 'content': '1+2'}, {'role': 'user', 'content': '2+3'}]
Describe your problem
When I was debugging the agent page, I noticed that only the user's historical questions are input into the large model. Why aren't the large model's responses and the user's inputs combined as historical input to the large model?