Skip to content

Commit

Permalink
Merge pull request #917 from brockWith/fix/ai-critique-data-field-name
Browse files Browse the repository at this point in the history
FIX #916 :  change the field name of 'ai critique' referring field
  • Loading branch information
aakrem authored Nov 27, 2023
2 parents 0f6d6eb + 0110e5b commit 5ead6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/lib/helpers/evaluate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const exportAICritiqueEvaluationData = (evaluation: any, rows: any[]) =>
? data?.columnData0
: data.outputs[0]?.variant_output,
["Correct answer"]: data.correctAnswer,
["Score"]: data.evaluation,
["Score"]: data.score,
}
})
const exportCol = Object.keys(exportRow[0])
Expand Down

0 comments on commit 5ead6fc

Please sign in to comment.