mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #163] [MERGED] feat[0.4.0]: add dynamic select support #194
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/163
Author: @Yeuoly
Created: 6/23/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @Yeuoly
Base:
main← Head:feat/dynamic-select📝 Commits (7)
503db4cfeat: add dynamic select support24c77fafeat: implement dynamic parameter fetching functionality5415dbafeat: enhance plugin functionality with dynamic parameter options and trigger interface059b59bMerge branch 'main' into feat/dynamic-select82bfb28docs: update README.md to include support fordynamic-selectparameter type in manifest versioning81d8237chore: remove code_based_workflow0376f51Merge branch 'main' into feat/dynamic-select📊 Changes
41 files changed (+290 additions, -543 deletions)
View changed files
📝
README.md(+2 -1)📝
python/dify_plugin/core/entities/plugin/request.py(+18 -1)📝
python/dify_plugin/core/plugin_executor.py(+31 -0)📝
python/dify_plugin/entities/__init__.py(+20 -1)📝
python/dify_plugin/entities/provider_config.py(+1 -0)📝
python/dify_plugin/entities/tool.py(+6 -14)📝
python/dify_plugin/interfaces/tool/__init__.py(+30 -3)➕
python/dify_plugin/interfaces/trigger/__init__.py(+99 -0)📝
python/dify_plugin/plugin.py(+7 -0)➕
python/dify_plugin/protocol/dynamic_select.py(+21 -0)➖
python/examples/code_based_workflow/.env(+0 -4)➖
python/examples/code_based_workflow/.gitignore(+0 -1)➖
python/examples/code_based_workflow/.installed(+0 -0)➖
python/examples/code_based_workflow/_assets/icon.svg(+0 -10)➖
python/examples/code_based_workflow/main.py(+0 -6)➖
python/examples/code_based_workflow/manifest.yaml(+0 -41)➖
python/examples/code_based_workflow/provider/code_based_workflow.py(+0 -8)➖
python/examples/code_based_workflow/provider/code_based_workflow.yaml(+0 -28)➖
python/examples/code_based_workflow/requirements.txt(+0 -1)➖
python/examples/code_based_workflow/tools/llm.py(+0 -29)...and 21 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.