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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: