前后端页面同步策略,支持分析模板热编辑以及yaml配置,修改提示词编码,占用符等问题,优化文件扫描

This commit is contained in:
2026-04-20 09:50:35 +08:00
parent 00bd48e7e7
commit 3e1ecf2549
14 changed files with 539 additions and 287 deletions

View File

@@ -248,7 +248,7 @@ def test_prop7_template_prompt_prepended(name):
template = get_template(name)
prompt = template.get_full_prompt()
assert len(prompt) > 0
assert template.name in prompt
assert template.display_name in prompt
# ===========================================================================