From 117aedbc31b5b317735bc3466c198fa80507acb0 Mon Sep 17 00:00:00 2001 From: xiamuceer Date: Sun, 30 Nov 2025 11:28:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A1.=E4=BF=AE=E5=A4=8D=E4=B8=96?= =?UTF-8?q?=E7=95=8C=E8=A7=82=E6=9E=84=E5=BB=BA=E6=B2=A1=E6=9C=89=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=AE=80=E4=BB=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/api/wizard_stream.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/app/api/wizard_stream.py b/backend/app/api/wizard_stream.py index 843bd9d..ef1776d 100644 --- a/backend/app/api/wizard_stream.py +++ b/backend/app/api/wizard_stream.py @@ -1168,7 +1168,8 @@ async def world_building_regenerate_generator( template, title=project.title, theme=project.theme or "未设定", - genre=project.genre or "通用" + genre=project.genre or "通用", + description=project.description or "暂无简介" ) # MCP工具增强:收集参考资料