From d4f2ba8b0763b802460ca3aafeb0d012caad92aa Mon Sep 17 00:00:00 2001 From: A0000Xz <122650088+A0000Xz@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:49:25 +0800 Subject: [PATCH] Update config_routes.py --- src/webui/config_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/config_routes.py b/src/webui/config_routes.py index 2d75ab9f..9cf5b6e1 100644 --- a/src/webui/config_routes.py +++ b/src/webui/config_routes.py @@ -105,6 +105,7 @@ async def get_config_section_schema(section_name: str, _auth: bool = Depends(req - chinese_typo: ChineseTypoConfig - response_post_process: ResponsePostProcessConfig - response_splitter: ResponseSplitterConfig + - response_typing: ResponseTypingConfig - telemetry: TelemetryConfig - experimental: ExperimentalConfig - maim_message: MaimMessageConfig