mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
The function 【_get_runtime_parameters】 is not yet implemented; it is only a placeholder and currently cannot retrieve user-defined parameters related to the workflow runtime. #685
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?
Originally created by @HnBigVolibear on GitHub (Oct 2, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
The function _get_runtime_parameters(which is in the file: ..site-packages\dify_plugin\interfaces\tool__init__.py) is not yet implemented; it is only a placeholder and currently cannot retrieve user-defined parameters related to the workflow runtime.
`def _get_runtime_parameters(self) -> list[ToolParameter]:
"""
get the runtime parameters of the tool
The reason for this requirement is that I have encountered situations where my plugin needs to retrieve a large number of user-defined parameters. For example, the user creates multiple parameters in the start node for integrating with third-party interfaces, and my plugin also needs to access these parameters. However, if all the required input parameters for the plugin are configured in the tool's YAML configuration file, the user would have to manually select and fill in each corresponding parameter every time they use my plugin. This process is very tedious and error-prone. Therefore, I hope to directly retrieve all the initial user-defined input parameters from the start node through the _get_runtime_parameters function. Alternatively, are there any other better methods to directly access them?
I earnestly hope the official team will enhance the functionality by properly implementing the _get_runtime_parameters function, instead of leaving it as a mere placeholder. Your attention to this would be greatly appreciated!
2. Additional context or comments
No response
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Oct 19, 2025):
Hi, @HnBigVolibear. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary
_get_runtime_parametersfunction indify_pluginis currently a placeholder.Next Steps
Thank you for your understanding and contribution!