[data] fix empty template (#8312)

This commit is contained in:
Yaowei Zheng 2025-06-06 13:50:50 +08:00 committed by GitHub
parent f5f356649b
commit 239ced076c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -880,7 +880,6 @@ register_template(
register_template(
name="empty",
format_assistant=StringFormatter(slots=["{{content}}"]),
replace_jinja_template=True,
)