[data] fix empty template (#8312)

This commit is contained in:
Yaowei Zheng 2025-06-06 13:50:50 +08:00 committed by GitHub
parent bcb6b94658
commit 03a93ec513

View File

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