docs: clarify segmented_reply words_count_threshold hint (#3779)

Update the configuration hint for `words_count_threshold` to explicitly state that it acts as a maximum limit for segmentation, preventing user confusion about it being a minimum trigger.
This commit is contained in:
teapot1de
2025-11-26 16:15:09 +08:00
committed by GitHub
parent d32cea9870
commit 06869b4597

View File

@@ -638,7 +638,7 @@ CONFIG_METADATA_2 = {
},
"words_count_threshold": {
"type": "int",
"hint": "超过这个字数的消息会被分段回复。默认为 150",
"hint": "分段回复的字数上限。只有字数小于此值的消息会被分段,超过此值的长消息将直接发送(不分段)。默认为 150",
},
"regex": {
"type": "string",