mirror of https://github.com/Mai-with-u/MaiBot.git
Add enable_overflow_return_all configuration option
parent
10cd2474af
commit
37966f8701
|
|
@ -626,6 +626,9 @@ class ResponseSplitterConfig(ConfigBase):
|
||||||
enable_kaomoji_protection: bool = False
|
enable_kaomoji_protection: bool = False
|
||||||
"""是否启用颜文字保护"""
|
"""是否启用颜文字保护"""
|
||||||
|
|
||||||
|
enable_overflow_return_all: bool = False
|
||||||
|
"""是否在超出句子数量限制时合并后一次性返回"""
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class TelemetryConfig(ConfigBase):
|
class TelemetryConfig(ConfigBase):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue