[PR #107] [MERGED] feat: Add Citations and Attributions to Agent Node #150

Closed
opened 2026-02-15 21:15:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/107
Author: @chiehw
Created: 4/22/2025
Status: Merged
Merged: 4/27/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (4)

  • ac1cb89 feat: support var-selector params & surpport retriever_resources messsage
  • a8aa17e opt: rename var-select to any
  • ea77061 fix: line too long
  • 42a6d26 opt: Add RetrieverResource Type

📊 Changes

3 files changed (+56 additions, -1 deletions)

View changed files

📝 python/dify_plugin/entities/agent.py (+1 -0)
📝 python/dify_plugin/entities/tool.py (+39 -1)
📝 python/dify_plugin/interfaces/tool/__init__.py (+16 -0)

📄 Description

Related issue: https://github.com/langgenius/dify/issues/17986

Related PR:

  1. https://github.com/langgenius/dify/pull/18558
  2. https://github.com/langgenius/dify-plugin-daemon/pull/236

🔄 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-sdks/pull/107 **Author:** [@chiehw](https://github.com/chiehw) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`ac1cb89`](https://github.com/langgenius/dify-plugin-sdks/commit/ac1cb899aead1fbc4bf1b5abe6536acbe9333955) feat: support var-selector params & surpport retriever_resources messsage - [`a8aa17e`](https://github.com/langgenius/dify-plugin-sdks/commit/a8aa17e5ea1358950ec416e08430b79c225ff9c9) opt: rename var-select to any - [`ea77061`](https://github.com/langgenius/dify-plugin-sdks/commit/ea77061c46e56cbc4371eb328d62219063a69b89) fix: line too long - [`42a6d26`](https://github.com/langgenius/dify-plugin-sdks/commit/42a6d26bc2b05f9f0ef3bf211fcd05f66df8697a) opt: Add RetrieverResource Type ### 📊 Changes **3 files changed** (+56 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/entities/agent.py` (+1 -0) 📝 `python/dify_plugin/entities/tool.py` (+39 -1) 📝 `python/dify_plugin/interfaces/tool/__init__.py` (+16 -0) </details> ### 📄 Description Related issue: https://github.com/langgenius/dify/issues/17986 Related PR: 1. https://github.com/langgenius/dify/pull/18558 2. https://github.com/langgenius/dify-plugin-daemon/pull/236 --- <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-15 21:15:59 -05:00
yindo closed this issue 2026-02-15 21:15:59 -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-sdks#150