Kind: Function
Source: atloria-monorepo/libs/agent-core/src/benchmark/swebench-evaluator.ts
Parse a JSONL line back to a prediction object.
Signature
tsfunction parsePrediction(line: string): SWEBenchPrediction
Parameters
| Name | Type |
|---|---|
line | string |
Returns: SWEBenchPrediction
Was this page helpful?