Skip to main content
Sets the dequeue strategy for a running agent’s follow-up queue. The strategy controls how many queued follow-ups the agent pulls in per turn.

Synopsis

Arguments

Strategies

Examples

Drain one follow-up per turn

The agent now processes queued follow-ups one at a time instead of batching them.

Restore the default behavior

Errors