Show Previous Chats When Starting a New Chat

:puzzle_piece: 1. Understand the Task

Goal:

When a user clicks “New Chat” in your app, instead of showing an empty space below the chat input, display a list of previous chat histories in that area.

Key Points:

  • The empty space below the chat input should be utilized.

  • Previous chat histories should be visible, likely as a scrollable list or preview.

  • This improves usability by allowing users to reference or resume past conversations.