[PR #548] [MERGED] Feat dingtalk message type #1435

Closed
opened 2026-02-16 10:22:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/548
Author: @LiuHao0606
Created: 3/23/2025
Status: Merged
Merged: 3/24/2025
Merged by: @crazywoola

Base: mainHead: feat-dingtalk_messageType


📝 Commits (2)

  • 447570f feat(dingtalk): 支持 Markdown 消息类型并优化工具配置
  • a9318e9 Update requirements.txt

📊 Changes

5 files changed (+69 additions, -42 deletions)

View changed files

📝 tools/dingtalk/manifest.yaml (+1 -1)
📝 tools/dingtalk/provider/dingtalk.yaml (+1 -1)
📝 tools/dingtalk/requirements.txt (+1 -1)
📝 tools/dingtalk/tools/dingtalk_group_bot.py (+5 -2)
📝 tools/dingtalk/tools/dingtalk_group_bot.yaml (+61 -37)

📄 Description

feat(dingtalk): 支持 Markdown 消息类型并优化工具配置

  • 在钉钉群机器人工具中添加了对 Markdown 消息类型的支持
  • 更新了工具配置,增加了消息类型选择参数- 调整了 payload构造逻辑,根据消息类型选择合适的格式
  • 更新了工具和插件的版本号
  • 更新dify插件版本号至=0.0.1b74

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/548 **Author:** [@LiuHao0606](https://github.com/LiuHao0606) **Created:** 3/23/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat-dingtalk_messageType` --- ### 📝 Commits (2) - [`447570f`](https://github.com/langgenius/dify-official-plugins/commit/447570f5cc26a40392f4aedeedc6dab306283fd6) feat(dingtalk): 支持 Markdown 消息类型并优化工具配置 - [`a9318e9`](https://github.com/langgenius/dify-official-plugins/commit/a9318e9b6d97df150d2611ad2a6ad3d96916d86d) Update requirements.txt ### 📊 Changes **5 files changed** (+69 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `tools/dingtalk/manifest.yaml` (+1 -1) 📝 `tools/dingtalk/provider/dingtalk.yaml` (+1 -1) 📝 `tools/dingtalk/requirements.txt` (+1 -1) 📝 `tools/dingtalk/tools/dingtalk_group_bot.py` (+5 -2) 📝 `tools/dingtalk/tools/dingtalk_group_bot.yaml` (+61 -37) </details> ### 📄 Description feat(dingtalk): 支持 Markdown 消息类型并优化工具配置 - 在钉钉群机器人工具中添加了对 Markdown 消息类型的支持 - 更新了工具配置,增加了消息类型选择参数- 调整了 payload构造逻辑,根据消息类型选择合适的格式 - 更新了工具和插件的版本号 - 更新dify插件版本号至=0.0.1b74 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:56 -05:00
yindo closed this issue 2026-02-16 10:22:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1435