Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: chat input history #190

Open
janaka opened this issue Dec 27, 2023 · 0 comments
Open

FEAT: chat input history #190

janaka opened this issue Dec 27, 2023 · 0 comments
Assignees

Comments

@janaka
Copy link
Contributor

janaka commented Dec 27, 2023

Current

if a user want's to repeat a previous message / instruction they have to re-type or copy and paste. This is inefficient.

Solution

Track input entered in the chat input box. Allow scrolling through back and forth through historical input using up arrow and down arrow. scope input history to a thread. Store in-memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants