We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c031470 commit d4b3550Copy full SHA for d4b3550
skills/analysis/home-security-benchmark/scripts/run-benchmark.cjs
@@ -2545,6 +2545,7 @@ async function main() {
2545
if (d?.content) warmupContent += d.content;
2546
if (d?.reasoning_content) warmupContent += d.reasoning_content;
2547
if (d?.thinking) warmupContent += d.thinking;
2548
+ if (d?.reasoning) warmupContent += d.reasoning;
2549
if (warmupChunks >= 30) break; // enough chunks to decide
2550
}
2551
} finally {
0 commit comments