From 581a1eed29a260a59bdcb18076e7145b5263ecbf Mon Sep 17 00:00:00 2001 From: alexey-metaengage Date: Fri, 24 Jul 2026 00:38:42 +0400 Subject: [PATCH] fix(eval): raise contradiction judge token cap for thinking models (#3210) --- src/core/eval-contradictions/judge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/eval-contradictions/judge.ts b/src/core/eval-contradictions/judge.ts index 04d2590cd..f0b6bf57d 100644 --- a/src/core/eval-contradictions/judge.ts +++ b/src/core/eval-contradictions/judge.ts @@ -348,7 +348,7 @@ export async function judgeContradiction(input: JudgeInput): Promise