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
{{ message }}
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Description:
Enable users to send messages using the input area. When the send button is clicked, the message should appear in the thread window. Please refer to our backend endpoint on submitting a message to a thread.
Tasks:
Capture input from the text box.
Add the message to the thread window upon clicking the send button.
Clear the input box after the message is sent.
You may consider using optimistic updates for better ui feedback when sending messages.
You may also call the thread/run endpoint after this step to receive a response after sending a message.