Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ankrgyl committed Sep 30, 2024
1 parent 9b44349 commit 33e77ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eval/src/braintrust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ async function runCommand(command: string, onSummary: OnSummaryFn) {
]),
);
// TODO: This is hacky and we should be parsing what comes off the wire
core.info(`${line}`);
core.info(`${JSON.stringify(camelCaseLine)}`);
return [camelCaseLine as unknown as ExperimentSummary];
} catch (e) {
core.error(`Failed to parse jsonl data: ${e}`);
Expand Down

0 comments on commit 33e77ab

Please sign in to comment.