Fix: Prompt text can't be validated in Kling nodes when using primitive nodes (#90)

This commit is contained in:
Christian Byrne 2025-04-30 21:48:07 -07:00 committed by Robin Huang
parent 8a841ae516
commit 8ccc772125

View File

@ -102,6 +102,9 @@ AVERAGE_DURATION_VIDEO_EXTEND = 320
R = TypeVar("R")
MAX_PROMPT_LENGTH_T2V = 2500
MAX_PROMPT_LENGTH_I2V = 500
class KlingApiError(Exception):
"""Base exception for Kling API errors."""