There was an error while loading. Please reload this page.
1 parent 1d5d032 commit c71a0a3Copy full SHA for c71a0a3
1 file changed
test/judge.spec.ts
@@ -505,7 +505,7 @@ function makeJudgeInputForTmp(runDir: string): {
505
claudeBin: '/bin/false',
506
runDir,
507
runConfig: makeRunConfig({ runFolder: 'run-timeout' }),
508
- // Fill the transcript with a plenty of bytes so halving the caps would be observable.
+ // Fill the transcript with plenty of bytes so halving the caps would be observable.
509
transcript: makeTranscript([assistantMessage([textBlock('x'.repeat(20_000))]), turn(1)]),
510
variantContent: 'v'.repeat(20_000),
511
outputs: [],
0 commit comments