Kind: Function
Source: atloria-monorepo/libs/agent-core/src/benchmark/swebench-evaluator.ts
Save TaskResults as a JSONL predictions file for the SWE-bench harness. Skips results with empty/whitespace-only patches.
Signature
tsfunction savePredictions(results: TaskResult[], outputPath: string, modelName: string): void
Parameters
| Name | Type |
|---|---|
results | TaskResult[] |
outputPath | string |
modelName | string |
Returns: void
Was this page helpful?