v1.8.2: AGENTS.md, consent revocation, delete bot users, dialogues fix, intent improvements, CI for max_bot
Tests / test (push) Has been cancelled
Tests / test-max-bot (push) Has been cancelled

This commit is contained in:
2026-06-02 18:22:45 +03:00
parent a64a274829
commit 4c3026a80f
17 changed files with 572 additions and 54 deletions
+2
View File
@@ -30,6 +30,7 @@ async def handle_inquiry(user_id: int, conv_id: int, text: str) -> None:
await max_api.send_message(
user_id,
"Произошла ошибка при обработке запроса. Пожалуйста, попробуйте ещё раз позже.",
conversation_id=conv_id,
)
return
@@ -111,6 +112,7 @@ async def _finalize_ticket_in_tx(
f"Зафиксировала: {inquiry_text}\n\n"
f"Ваша заявка отправлена инженеру. В ближайшее время он обязательно "
f"свяжется с вами.",
conversation_id=conv.id,
)