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

Allow prompts while previous responses are still processing #19

Open
AmanjotSingh0908 opened this issue Nov 24, 2024 · 0 comments
Open

Comments

@AmanjotSingh0908
Copy link

Description

When interacting with bot, it seems that prompts can be sent even while a previous response is still being processed. This may lead to confusion or server-side issues when responses overlap or get truncated.

Steps to Reproduce

  1. Initiate a request to the bot/process that takes time to complete.
  2. Before the response is complete, send another prompt.
  3. Notice how the system does not handle these consecutive requests properly.

Expected Behavior

  • Either the system should queue the second prompt until the first one finishes processing, or it should clearly inform the user that the previous prompt is still in progress.

Actual Behavior

  • Prompts overlap, resulting in incomplete or erroneous responses.

Environment

  • Operating System: MacOS
  • Browser: Chrome Version 131.0.6778.86 (Official Build)

Additional Context

Screenshot 2024-11-24 at 3 59 12 PM

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