diff --git a/apps/cli/src/commands/eval/interactive.ts b/apps/cli/src/commands/eval/interactive.ts index 97193f82..41720d76 100644 --- a/apps/cli/src/commands/eval/interactive.ts +++ b/apps/cli/src/commands/eval/interactive.ts @@ -321,7 +321,6 @@ async function executeConfig(config: InteractiveConfig): Promise { workers: config.workers, dryRun: config.dryRun, cache: config.cache, - outputFormat: 'jsonl', dryRunDelay: 0, dryRunDelayMin: 0, dryRunDelayMax: 0, @@ -361,7 +360,6 @@ async function promptRetryErrors(config: InteractiveConfig, outputPath: string): workers: config.workers, dryRun: config.dryRun, cache: config.cache, - outputFormat: 'jsonl', retryErrors: outputPath, out: outputPath, dryRunDelay: 0,