dify/api/core/trigger
Harry e377e90666 feat(api): add CHECKBOX parameter type to plugin and tool entities
- Introduced CHECKBOX as a new parameter type in CommonParameterType and PluginParameterType.
- Updated as_normal_type and cast_parameter_value functions to handle CHECKBOX type.
- Enhanced ToolParameter class to include CHECKBOX for consistency across parameter types.

These changes expand the parameter capabilities within the API, allowing for more versatile input options.
2025-09-29 18:28:10 +08:00
..
entities feat(api): add CHECKBOX parameter type to plugin and tool entities 2025-09-29 18:28:10 +08:00
utils fix(trigger): clean up whitespace in encryption utility and trigger provider service 2025-09-05 15:56:13 +08:00
__init__.py
errors.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
provider.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
trigger_manager.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00