Skip to content

Commit 2a0f805

Browse files
committed
feat: enhance AiBot with file and video message handling and improve error logging
1 parent 2909f91 commit 2a0f805

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

apps/locales/en_US/LC_MESSAGES/django.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7565,6 +7565,14 @@ msgstr ""
75657565
msgid "Please analyze the content of the image."
75667566
msgstr ""
75677567

7568+
#: apps/xpack/serializers/channel/aibot/bot_manager.py:281
7569+
msgid "Please analyze the content of the file."
7570+
msgstr ""
7571+
7572+
#: apps/xpack/serializers/channel/aibot/bot_manager.py:283
7573+
msgid "Please analyze the content of the video."
7574+
msgstr ""
7575+
75687576
#: apps/xpack/serializers/channel/ding_talk.py:95
75697577
#, python-brace-format
75707578
msgid "DingTalk application: {user}"

apps/locales/zh_CN/LC_MESSAGES/django.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7684,6 +7684,14 @@ msgstr "图片下载失败,请检查网络"
76847684
msgid "Please analyze the content of the image."
76857685
msgstr "请分析图片内容。"
76867686

7687+
#: apps/xpack/serializers/channel/aibot/bot_manager.py:281
7688+
msgid "Please analyze the content of the file."
7689+
msgstr "请分析文件内容。"
7690+
7691+
#: apps/xpack/serializers/channel/aibot/bot_manager.py:283
7692+
msgid "Please analyze the content of the video."
7693+
msgstr "请分析视频内容。"
7694+
76877695
#: apps/xpack/serializers/channel/ding_talk.py:95
76887696
msgid "DingTalk application: {user}"
76897697
msgstr "钉钉智能体: {user}"

apps/locales/zh_Hant/LC_MESSAGES/django.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7684,6 +7684,14 @@ msgstr "圖片下載失敗,請檢查網絡"
76847684
msgid "Please analyze the content of the image."
76857685
msgstr "請分析圖片內容。"
76867686

7687+
#: apps/xpack/serializers/channel/aibot/bot_manager.py:281
7688+
msgid "Please analyze the content of the file."
7689+
msgstr "請分析文件內容。"
7690+
7691+
#: apps/xpack/serializers/channel/aibot/bot_manager.py:283
7692+
msgid "Please analyze the content of the video."
7693+
msgstr "請分析視頻內容。"
7694+
76877695
#: apps/xpack/serializers/channel/ding_talk.py:95
76887696
msgid "DingTalk application: {user}"
76897697
msgstr "釘釘智能體: {user}"

0 commit comments

Comments
 (0)