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

[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 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

1 participant