• Retrieves a hint to help the user correct a buggy code suggestion.

    Parameters

    • request: HintRequest

      The hint request payload (prompt, wrong code, right code).

    Returns Promise<Result<string>>

    A promise resolving to the retrieved hint or an error.