Checkpoint
It creates a savepoint in the flow, enabling the conversation to resume from that point based on user input or system signals.

Last updated
It creates a savepoint in the flow, enabling the conversation to resume from that point based on user input or system signals.

Last updated
Intent matcher identifies topic:
- Pricing questions
- Troubleshooting needs
- Upgrade requests
Each path has Checkpoint:
- Wait for user input enabled
- Handle both user responses and signals
- Continue with appropriate LLM responses
- Maintain context through the interaction