Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

[Akeru Web App] Implement Message Sending Functionality #128

Open
multipletwigs opened this issue Jun 2, 2024 · 0 comments
Open

[Akeru Web App] Implement Message Sending Functionality #128

multipletwigs opened this issue Jun 2, 2024 · 0 comments

Comments

@multipletwigs
Copy link
Collaborator

multipletwigs commented Jun 2, 2024

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:

  1. Capture input from the text box.
  2. Add the message to the thread window upon clicking the send button.
  3. Clear the input box after the message is sent.
  4. You may consider using optimistic updates for better ui feedback when sending messages.
  5. You may also call the thread/run endpoint after this step to receive a response after sending a message.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant