v1.8.2: AGENTS.md, consent revocation, delete bot users, dialogues fix, intent improvements, CI for max_bot
This commit is contained in:
@@ -28,6 +28,7 @@ async def handle_callback(user_id: int, callback_id: str, callback_data: dict) -
|
||||
await max_api.send_message(
|
||||
user_id,
|
||||
"Извините, я не распознала действие. Пожалуйста, воспользуйтесь кнопками.",
|
||||
conversation_id=conv_id,
|
||||
)
|
||||
|
||||
|
||||
@@ -89,4 +90,5 @@ async def handle_contact_share(
|
||||
"Спасибо! Ваш контакт получен.\n\n"
|
||||
"Опишите, пожалуйста, суть вашего обращения — "
|
||||
"расскажите подробнее, чем мы можем вам помочь.",
|
||||
conversation_id=conv_id,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user