Add enable_overflow_return_all configuration option

pull/1353/head
晴空 2025-11-10 17:57:35 +08:00 committed by GitHub
parent 10cd2474af
commit 37966f8701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -626,6 +626,9 @@ class ResponseSplitterConfig(ConfigBase):
enable_kaomoji_protection: bool = False
"""是否启用颜文字保护"""
enable_overflow_return_all: bool = False
"""是否在超出句子数量限制时合并后一次性返回"""
@dataclass
class TelemetryConfig(ConfigBase):