Skip to content

Commit c426904

Browse files
committed
Changed undefined typing
1 parent 30343de commit c426904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checks/llm-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export function createLLMCheckFn(
455455
);
456456

457457
if (isLLMErrorOutput(analysis)) {
458-
return createErrorResult(name, analysis, undefined, tokenUsage);
458+
return createErrorResult(name, analysis, {}, tokenUsage);
459459
}
460460

461461
const isTrigger = analysis.flagged && analysis.confidence >= config.confidence_threshold;

0 commit comments

Comments
 (0)