Feature #3797
Support for detailed answers in 3772 colab
Status:
New
Priority:
High
Assignee:
-
Start date:
02/20/2025
Due date:
% Done:
0%
Estimated time:
Description
If the answer is correct, we store this response and move on to create an answer for the next question. Instead, do not store this response but call openai with prompt=detailed-answer-prompt and store this response instead. detailed-answer-prompt is a new input in the input file.
Needless to say, conversation should be maintained.