In this project, we'll build a .NET Console app that remembers previous conversations using the **Semantic Kernel** SDK from Microsoft.
1. Initialize Kernel with an AI connector.
2. Create a "ChatHistory" object to store the thread.
3. Loop user input -> Kernel.InvokePrompt -> Update history -> Output response.