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
@@ -14,6 +14,7 @@ export async function extractCandidateFactCard(
system: FACT_EXTRACTOR_SYSTEM_PROMPT,
prompt: buildFactExtractorPrompt(input),
temperature: 0.1,
task: "fact_extractor",
});
return llmCard ?? extractCandidateFactCardFallback(input);