mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 06:28:05 +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.