From 02da5342f1fa448985dfc173f7ef2d278f830e34 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 5 Aug 2026 14:38:41 +0800 Subject: [PATCH] feat: enhance AiBot with file and video message handling and improve error logging --- apps/locales/en_US/LC_MESSAGES/django.po | 8 ++++++++ apps/locales/zh_CN/LC_MESSAGES/django.po | 8 ++++++++ apps/locales/zh_Hant/LC_MESSAGES/django.po | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index 6cdd38ae4b5..9b096c7c6b9 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -7565,6 +7565,14 @@ msgstr "" msgid "Please analyze the content of the image." msgstr "" +#: apps/xpack/serializers/channel/aibot/bot_manager.py:281 +msgid "Please analyze the content of the file." +msgstr "" + +#: apps/xpack/serializers/channel/aibot/bot_manager.py:283 +msgid "Please analyze the content of the video." +msgstr "" + #: apps/xpack/serializers/channel/ding_talk.py:95 #, python-brace-format msgid "DingTalk application: {user}" diff --git a/apps/locales/zh_CN/LC_MESSAGES/django.po b/apps/locales/zh_CN/LC_MESSAGES/django.po index 7efee92546a..6484b0c26fe 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -7684,6 +7684,14 @@ msgstr "图片下载失败,请检查网络" msgid "Please analyze the content of the image." msgstr "请分析图片内容。" +#: apps/xpack/serializers/channel/aibot/bot_manager.py:281 +msgid "Please analyze the content of the file." +msgstr "请分析文件内容。" + +#: apps/xpack/serializers/channel/aibot/bot_manager.py:283 +msgid "Please analyze the content of the video." +msgstr "请分析视频内容。" + #: apps/xpack/serializers/channel/ding_talk.py:95 msgid "DingTalk application: {user}" msgstr "钉钉智能体: {user}" diff --git a/apps/locales/zh_Hant/LC_MESSAGES/django.po b/apps/locales/zh_Hant/LC_MESSAGES/django.po index 12e23d3d2e7..76d2967f548 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -7684,6 +7684,14 @@ msgstr "圖片下載失敗,請檢查網絡" msgid "Please analyze the content of the image." msgstr "請分析圖片內容。" +#: apps/xpack/serializers/channel/aibot/bot_manager.py:281 +msgid "Please analyze the content of the file." +msgstr "請分析文件內容。" + +#: apps/xpack/serializers/channel/aibot/bot_manager.py:283 +msgid "Please analyze the content of the video." +msgstr "請分析視頻內容。" + #: apps/xpack/serializers/channel/ding_talk.py:95 msgid "DingTalk application: {user}" msgstr "釘釘智能體: {user}"