[PR #50] [MERGED] fix tool provider panel not display help message #281

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/50
Author: @hjlarry
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @Yeuoly

Base: mainHead: p8


📝 Commits (2)

  • 96c57e6 fix tool provider panel not display help message
  • 2ce83dc fix

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 pkg/entities/plugin_entities/config.go (+1 -1)
📝 pkg/entities/plugin_entities/tool_declaration_test.go (+11 -11)

📄 Description

The correct definition in dify and dify-plugin-sdk is help, not helper.

After the fix, the help message will display correctly.

CleanShot 2025-03-04 at 13 57 50


🔄 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-plugin-daemon/pull/50 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `p8` --- ### 📝 Commits (2) - [`96c57e6`](https://github.com/langgenius/dify-plugin-daemon/commit/96c57e6b2d9a4d7823fa8162fc57c64dd8926984) fix tool provider panel not display help message - [`2ce83dc`](https://github.com/langgenius/dify-plugin-daemon/commit/2ce83dc4b71a058e92275320b9adb370571b1053) fix ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `pkg/entities/plugin_entities/config.go` (+1 -1) 📝 `pkg/entities/plugin_entities/tool_declaration_test.go` (+11 -11) </details> ### 📄 Description The correct definition in `dify` and `dify-plugin-sdk` is `help`, not `helper`. After the fix, the help message will display correctly. ![CleanShot 2025-03-04 at 13 57 50](https://github.com/user-attachments/assets/605c4488-ea7b-42e3-a135-43292241d6dd) --- <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 01:15:22 -05:00
yindo closed this issue 2026-02-16 01:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#281