Adjust AIAction prompt to be more sentiment of review base
Background
Currently the response from this action is a very detailed comment that tries to summarize all of the points made in each of the review comments. This is useful if pointing to specific advice, but doesn't give the author a clear/quick way to understand what kind of review feedback they should expect.
Proposal
We should tweak the response returned to provide more sentiment about the whole review and potentially quantify the type of feedback.
What might be more valuable and helpful is a summary of the “sentiment” of the review. Similar to what we normally see in MRs:
Overall looks good, just two small suggestions and one non-blocking question.
The goal here is to communicate to the author what's the direction of the review (mostly positive or mostly negative) and the “work” ahead of them (how many things they might need to address). There may be better ways to communicate this.