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
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
Initiate a request to the bot/process that takes time to complete.
Before the response is complete, send another prompt.
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
The text was updated successfully, but these errors were encountered:
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
Expected Behavior
Actual Behavior
Environment
Additional Context
The text was updated successfully, but these errors were encountered: