Skip to content

Commit 57f3efa

Browse files
committed
fix: serialize original progress_bar value in ContextRelevanceEvaluator
1 parent 1dc4318 commit 57f3efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

haystack/components/evaluators/context_relevance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def to_dict(self) -> dict[str, Any]:
198198
self,
199199
chat_generator=component_to_dict(obj=self._chat_generator, name="chat_generator"),
200200
examples=self.examples,
201-
progress_bar=self.progress_bar,
201+
progress_bar=self._progress_bar_param,
202202
raise_on_failure=self.raise_on_failure,
203203
)
204204

0 commit comments

Comments
 (0)