Omniplex-ai/omniplex

Allow prompts while previous responses are still processing

Opened this issue · 0 comments

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