You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There seems to be an error in the implementation of the input history, which was shown in the chat input field in earlier versions. Looking at the source code, the input history itself is indeed implemented, but is missing a button (or other action) to actually open it. I wrote a small fix for this which I will include below, would also be happy to open a PR for this.
To Reproduce
Steps to reproduce the behavior:
Go to the Chainlit frontend
Scroll down to chat input field
Expected behavior
A button to open the input history is showing in the chat input field.
Desktop (please complete the following information):
OS: Windows 11
Browser: Chrome/Firefox
Version: 1.1.306
Additional context
Possible fix in frontend/src/components/organisms/chat/history/index.tsx
Describe the bug
There seems to be an error in the implementation of the input history, which was shown in the chat input field in earlier versions. Looking at the source code, the input history itself is indeed implemented, but is missing a button (or other action) to actually open it. I wrote a small fix for this which I will include below, would also be happy to open a PR for this.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A button to open the input history is showing in the chat input field.
Desktop (please complete the following information):
Additional context
Possible fix in frontend/src/components/organisms/chat/history/index.tsx
The text was updated successfully, but these errors were encountered: