feat: label llm workflow tasks

This commit is contained in:
Codex
2026-06-21 23:43:02 +08:00
parent 9416d81e80
commit ff128a8e91
5 changed files with 16 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ export async function inspectQualityWithLlm(
deterministicChecks: deterministicReport.checks,
}),
temperature: 0.1,
task: "quality_inspector",
});
if (!llmPatch) {