Create natural conversation flow with AutoTurn - automatically split long responses into multiple messages with realistic typing delays. Mimic human communication patterns to make AI interactions feel genuinely engaging.
Option | Type | Default | Description |
---|---|---|---|
enabled | boolean | true | Enable/disable conversational turns |
splitProbability | number | 0.6 | Probability (0-1) of splitting responses |
baseTypingSpeed | number | 45 | Base typing speed in words per minute |
speedVariation | number | 0.2 | Speed variation factor (±percentage) |
minDelay | number | 500 | Minimum delay between turns in milliseconds |
maxDelay | number | 3000 | Maximum delay between turns in milliseconds |
maxTurns | number | 3 | Maximum number of turns allowed |
followUpDelay | number | 2000 | Delay before sending follow-up requests |
maxSequentialFollowUps | number | 2 | Maximum sequential follow-ups allowed |
splitProbability
to decideregular
: Standard user-initiated messages and responsesauto
: Messages from conversational turns (split responses)followup
: Automatic follow-up requests when AI indicates more content