``` var feedback = AnsiConsole.Prompt( new TextPrompt<string>("Was the tool helpful in solving the error?") .AddChoices(["Yes", "Partially", "No"])); ``` Currently the input is case-sensitive <img width="475" height="32" alt="Image" src="https://github.com/user-attachments/assets/95396100-72da-4ddb-81a3-44951eab8563" /> How to make it not case-sensitive? Is it possible?