mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 07:58:02 +08:00
- Changed the description field type in `TriggerApiEntity` from `TriggerDescription` to `TypeWithI18N` for improved internationalization support. - Adjusted the usage of the description field in the `convertToTriggerWithProvider` function to align with the new type definition.