Azure-Samples / Azure-Samples/chat-with-your-data-solution-accelerator
Automatic follow-up questions in the chat
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 648
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 9
Description
# Motivation
Include 3 follow-up questions in each response the chat returns.
In the system prompt must be added something like these:
Generate 3 very brief follow-up questions that the user would likely ask next. Enclose the follow-up questions in double angle brackets (<<>>). Don't repeat questions that have already been asked.
# Tasks
_To be filled in by the engineer picking up the issue_
- [ ] Create in the Admin app an option to enable/disable the follow-up questions
- [ ] Implement the logic to handle follow-up questions for each chat's response
- [ ] Display the follow-up questions in the chat
- [ ] From the chat, when the user clicks on any of these follow-up questions, this question is requested to the server automatically
Contributor guide
Assessment
This issue has not been assessed yet.