Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Aug 7, 2024
1 parent 102b33c commit bbe0f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepeval/dataset/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def convert_goldens_to_messages(
_dataset_id=_id,
_dataset_rank=index,
)
messages.append(Message(test_case=test_case))
messages.append(Message(llm_test_case=test_case))
return messages


Expand Down

0 comments on commit bbe0f45

Please sign in to comment.