dify/api/core/trigger/entities
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
..
api_entities.py feat(trigger): enhance trigger management with new error handling and response structure 2025-09-23 16:01:59 +08:00
entities.py feat(api): add CHECKBOX parameter type to plugin and tool entities 2025-09-29 18:28:10 +08:00