[FEAT] Add Hint Progression Mode for Guided Problem Solving#130
[FEAT] Add Hint Progression Mode for Guided Problem Solving#130suryansh24-coder wants to merge 5 commits into
Conversation
|
Hi @vanshaggarwal27, I have implemented the initial version of the Hint Progression Mode for guided problem solving as discussed in Issue #104. Implemented Features
I would appreciate your review and feedback on the implementation. If there are any changes required to better align with the project vision or issue requirements, I’d be happy to make them. Thank you for your time and guidance. |
|
@vanshaggarwal27 |
|
Please make sure all lint test are passed |
|
@vanshaggarwal27 Sure sir , making changes ASAP !! |
|
@vanshaggarwal27 |
|
Please resolve merge conflict and make sure Lint error are fixed along. Also, check pytests are passed. |
|
Please fix lint error as they are failing |
|
@vanshaggarwal27 Fixed all the errors and merge conflict as well please merge the PR |
|
Lint test are still failing, please fix this |
Description
Implemented the initial version of Hint Progression Mode for guided problem solving in LeetLog AI.
Changes Made
Added
HintRequestmodel for hint generation requests.Added new
/generate-hintAPI endpoint in the backend.Implemented
generate_hint()function using Gemini AI.Added Hint Progression UI in the extension popup.
Added support for:
Connected popup, background script, and backend API for hint generation.
Added hint response display area in the popup UI.
Related Issue
Fixes #104
Type of Change
Checklist