Skip to content

Commit 1dc4318

Browse files
committed
fix: serialize original progress_bar value in FaithfulnessEvaluator
1 parent ea233b3 commit 1dc4318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

haystack/components/evaluators/faithfulness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def to_dict(self) -> dict[str, Any]:
192192
self,
193193
chat_generator=component_to_dict(obj=self._chat_generator, name="chat_generator"),
194194
examples=self.examples,
195-
progress_bar=self.progress_bar,
195+
progress_bar=self._progress_bar_param,
196196
raise_on_failure=self.raise_on_failure,
197197
)
198198

0 commit comments

Comments
 (0)