I’m working on a system where I need to process prompts one after another, in sequence. Right now, when I submit a new prompt while one is already running, it just jumps into the current process instead of waiting its turn.
Thanks for the response! Is there an easy way to switch between the two? Sometimes I want to intervene during the AI’s work, and other times I want to wait until it finishes.
I actually just created an issue about this because, even with the “Queue” setting, it still sends the prompts immediately. Is this happening to anyone else?