mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 04:06:30 +08:00
Add the following length limit to UserAction fields: - limit the length of `id` to 20 chars. - limit the length of title to 40 chars. Add some unit tests to ensure the validation rules are enforced.