移除模板样例试运行结果的空回退字段

干运行输出只保留实际请求信息
This commit is contained in:
2026-09-21 15:34:29 +08:00
parent e880f58723
commit 786898f7f8
@@ -335,7 +335,6 @@ if (dryRun) {
requests: selectedTemplates.map((template) => ({
id: template.id,
title: template.title,
fallbackModel: null,
body: {
model: preferredImageModel,
prompt: buildPrompt(template),