[PR #236] [MERGED] feat: Add Citations and Attributions to Agent Node #392

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (2)

  • becd92e feat: support var-selector params & surpport retriever_resources messsage
  • f150847 opt: rename var-selector to any

📊 Changes

5 files changed (+61 additions, -13 deletions)

View changed files

📝 pkg/entities/plugin_entities/agent_declaration.go (+3 -1)
📝 pkg/entities/plugin_entities/config.go (+41 -0)
📝 pkg/entities/plugin_entities/constant.go (+1 -0)
📝 pkg/entities/plugin_entities/tool_declaration.go (+3 -1)
📝 pkg/entities/tool_entities/tool.go (+13 -11)

📄 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-sdks/pull/107

🔄 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/236 **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 (2) - [`becd92e`](https://github.com/langgenius/dify-plugin-daemon/commit/becd92ea2b5b58b063c7d4fe400af24ccbb41631) feat: support var-selector params & surpport retriever_resources messsage - [`f150847`](https://github.com/langgenius/dify-plugin-daemon/commit/f150847fa0eda2148b07e4682606ce8235c56eaa) opt: rename var-selector to any ### 📊 Changes **5 files changed** (+61 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `pkg/entities/plugin_entities/agent_declaration.go` (+3 -1) 📝 `pkg/entities/plugin_entities/config.go` (+41 -0) 📝 `pkg/entities/plugin_entities/constant.go` (+1 -0) 📝 `pkg/entities/plugin_entities/tool_declaration.go` (+3 -1) 📝 `pkg/entities/tool_entities/tool.go` (+13 -11) </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-sdks/pull/107 --- <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:50 -05:00
yindo closed this issue 2026-02-16 01:15:50 -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#392