dify/api/core/tools/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 Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
common_entities.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
constants.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
tool_bundle.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
tool_entities.py feat(api): add CHECKBOX parameter type to plugin and tool entities 2025-09-29 18:28:10 +08:00
values.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00