Estimated time to review

This commit is contained in:
mrT23
2023-09-15 17:09:58 +03:00
parent 084256b923
commit caaee4e43d
4 changed files with 11 additions and 0 deletions

View File

@ -42,6 +42,7 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str:
"General suggestions": "💡",
"Insights from user's answers": "📝",
"Code feedback": "🤖",
"Estimated time to review": "⏱️",
}
for key, value in output_data.items():