Files
dify/api/services/plugin/plugin_parameter_service.py
Harry 96618980a1 feat: add dynamic options endpoint with credentials for plugin management
- Introduced `ParserDynamicOptionsWithCredentials` model to handle dynamic options requests that include credentials.
- Implemented `PluginFetchDynamicSelectOptionsWithCredentialsApi` to fetch dynamic options using provided credentials, enhancing the editing capabilities for plugins.
- Updated `PluginParameterService` with a new method to retrieve dynamic select options while validating credentials against tenant access.
- Modified frontend components to support the new endpoint, allowing for seamless integration of credential handling in dynamic options retrieval.
2025-12-20 17:37:54 +08:00

6.4 KiB