• Handles prompting the user to review buggy suggestions and opens appropriate review views.

    Parameters

    • prompt: string

      The original prompt text.

    • suggestions: string[]

      The list of suggestions returned.

    • context: SuggestionContext

      Contextual metadata for the suggestion.

    Returns Promise<void>