scanzy / magic3

This project creates some magic connecting a group of 3 entities: user, AI, bot.
MIT License
0 stars 0 forks source link

Improve user answers #5

Open scanzy opened 1 year ago

scanzy commented 1 year ago

Let the AI process the answers one by one, then summarize the answers.

If the responses are not satisfaying, keep asking the same question up to 3 times.

- if the answer is totally out of scope, rephrase the question like that: {example}
- if the answer is missing some information, formulate a question asking it: {example}
- if the answer contains all the needed information, proceed with the following question: {question}

Add an option to let the user flag an answer as problematic.