-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Problem Statement
The current implementation of the "codeverter" website does not offer users the ability to provide a context prompt during the code conversion process. Context prompts can be instrumental in guiding the GPT model to produce more accurate and relevant code conversions, especially in cases where the code snippet might be ambiguous or require additional clarification.
Proposed Solution
I propose adding a text input field or dialog box that allows users to provide a context prompt or additional information related to their code snippet. This context prompt should be passed along with the code snippet to the GPT model, which in turn will utilize the provided context to generate more accurate and relevant code conversions.
The context prompt input should be optional, so users who do not require additional context for their code conversion can proceed without providing one.