Message Queue in Chat
You can send messages to a queue in the chat without waiting for the agent's previous response to fully complete.
How It Works
While a message is being processed, a new message sent via the send button will be added to the queue. The agent will process such messages sequentially, so none of them will be lost.
Queue Management
- Ctrl+Enter — send a message directly to the chat, bypassing the queue.
- The button to the left of the send button — open the queue.
- Drag and drop — reorder items in the queue.
Hovering over a queue item reveals controls:
- set the number of times to repeat the message;
- force-send to the chat (stopping the current processing);
- remove the message from the queue.
When It's Useful
- You're conducting a long iterative dialogue with the agent and formulating clarifications while the previous request is still being processed.
- You need to set up a repeat for a weak or "lazy" model: write "Keep going until you're confident in the result", set the counter to 10, and walk away.