• Submits a user's corrected code against a buggy suggestion to verify correctness.

    Parameters

    • wrongCode: string

      The original buggy code.

    • fixedCode: string

      The user's corrected version of the code.

    • prompt: string

      The original prompt for context.

    Returns Promise<boolean>

    A promise resolving to true if the fix is correct, otherwise false.