mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
fix: parameter rule (#8064)
This commit is contained in:
@@ -26,7 +26,7 @@ parameter_rules:
|
|||||||
type: int
|
type: int
|
||||||
default: 4
|
default: 4
|
||||||
min: 1
|
min: 1
|
||||||
max: 6
|
max: 10
|
||||||
help:
|
help:
|
||||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||||
en_US: Randomly select one from k candidates (non-equal probability).
|
en_US: Randomly select one from k candidates (non-equal probability).
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ parameter_rules:
|
|||||||
type: int
|
type: int
|
||||||
default: 4
|
default: 4
|
||||||
min: 1
|
min: 1
|
||||||
max: 6
|
max: 10
|
||||||
help:
|
help:
|
||||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||||
en_US: Randomly select one from k candidates (non-equal probability).
|
en_US: Randomly select one from k candidates (non-equal probability).
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ parameter_rules:
|
|||||||
type: int
|
type: int
|
||||||
default: 4
|
default: 4
|
||||||
min: 1
|
min: 1
|
||||||
max: 6
|
max: 10
|
||||||
help:
|
help:
|
||||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||||
en_US: Randomly select one from k candidates (non-equal probability).
|
en_US: Randomly select one from k candidates (non-equal probability).
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ parameter_rules:
|
|||||||
type: int
|
type: int
|
||||||
default: 4
|
default: 4
|
||||||
min: 1
|
min: 1
|
||||||
max: 6
|
max: 10
|
||||||
help:
|
help:
|
||||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||||
en_US: Randomly select one from k candidates (non-equal probability).
|
en_US: Randomly select one from k candidates (non-equal probability).
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ parameter_rules:
|
|||||||
type: int
|
type: int
|
||||||
default: 4
|
default: 4
|
||||||
min: 1
|
min: 1
|
||||||
max: 6
|
max: 10
|
||||||
help:
|
help:
|
||||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||||
en_US: Randomly select one from k candidates (non-equal probability).
|
en_US: Randomly select one from k candidates (non-equal probability).
|
||||||
|
|||||||
Reference in New Issue
Block a user