[PR #541] [CLOSED] feat(dingtalk): 支持 Markdown 消息类型并优化工具配置 #1430

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/541
Author: @LiuHao0606
Created: 3/22/2025
Status: Closed

Base: mainHead: feat-dingtalk_messageType


📝 Commits (1)

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

📊 Changes

4 files changed (+68 additions, -41 deletions)

View changed files

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

📄 Description

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

🔄 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/541 **Author:** [@LiuHao0606](https://github.com/LiuHao0606) **Created:** 3/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-dingtalk_messageType` --- ### 📝 Commits (1) - [`447570f`](https://github.com/langgenius/dify-official-plugins/commit/447570f5cc26a40392f4aedeedc6dab306283fd6) feat(dingtalk): 支持 Markdown 消息类型并优化工具配置 ### 📊 Changes **4 files changed** (+68 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `tools/dingtalk/manifest.yaml` (+1 -1) 📝 `tools/dingtalk/provider/dingtalk.yaml` (+1 -1) 📝 `tools/dingtalk/tools/dingtalk_group_bot.py` (+5 -2) 📝 `tools/dingtalk/tools/dingtalk_group_bot.yaml` (+61 -37) </details> ### 📄 Description - 在钉钉群机器人工具中添加了对 Markdown 消息类型的支持 - 更新了工具配置,增加了消息类型选择参数- 调整了 payload构造逻辑,根据消息类型选择合适的格式 - 更新了工具和插件的版本号 --- <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:55 -05:00
yindo closed this issue 2026-02-16 10:22:55 -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#1430