mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
Unable to update the "required" when debugging a plugin #46
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 @freezetheflame on GitHub (Jul 8, 2025).
Environment:
Dify 1.0.1 (Docker on Windows)
python 3.12
Edge as my Internet Explorer
When developing an easy plugin and decide to change the "required" attribute of an already developed func, but it won't work after I restart the plugin itself(using remote debugging) and refresh the explorer, it stays still as "required: true" on the client side. So I'm a bit curious about how plugin works when debugging locally , are they really using the running plugin as a temp server?
@freezetheflame commented on GitHub (Jul 9, 2025):
It probably occurred due to my duplicate name of yaml, maybe you'd better mention about it in the website about the writing of yaml?