chore: support CODE_MAX_PRECISION (#7484)
This commit is contained in:
parent
f7af8c7cc7
commit
85fc0fdb51
4 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from models.workflow import WorkflowNodeExecutionStatus
|
|||
|
||||
MAX_NUMBER = dify_config.CODE_MAX_NUMBER
|
||||
MIN_NUMBER = dify_config.CODE_MIN_NUMBER
|
||||
MAX_PRECISION = 20
|
||||
MAX_PRECISION = dify_config.CODE_MAX_PRECISION
|
||||
MAX_DEPTH = dify_config.CODE_MAX_DEPTH
|
||||
MAX_STRING_LENGTH = dify_config.CODE_MAX_STRING_LENGTH
|
||||
MAX_STRING_ARRAY_LENGTH = dify_config.CODE_MAX_STRING_ARRAY_LENGTH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue