Files
talia_bot/talia_bot/data/users.db
google-labs-jules[bot] 4716c66834 This commit fixes a bug where the client sales funnel would not trigger, causing the conversation to stall.
The 'get_service_info' button was incorrectly being intercepted by a legacy, hardcoded handler in `main.py`. This prevented the data-driven conversational flow defined in `client_sales_funnel.json` from ever starting.

The fix removes the obsolete handler and its corresponding file (`modules/servicios.py`), ensuring that the button click is now correctly routed to the `FlowEngine` to initiate the proper interactive conversation.
2025-12-21 18:33:27 +00:00

20 KiB