Files
talia_bot/talia_bot/main.py
google-labs-jules[bot] 3cdc7a73ef This commit fixes a critical bug where the bot would get stuck in previous conversational flows and provide incorrect responses.
The /start command handler in main.py now explicitly calls flow_engine.end_flow() to clear any existing conversation state for the user.

This ensures that every /start command provides a clean slate, resolving the state management issue and making the bot's interactions predictable and correct.
2025-12-21 18:23:53 +00:00

12 KiB