mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-07 20:37:29 +00:00
parent
74f7c6fdfb
commit
ef60016d79
@ -77,7 +77,7 @@ class Pipeline(PipelineBase):
|
||||
if not isinstance(res, Mapping):
|
||||
raise PipelineRuntimeError(
|
||||
f"Component '{name}' didn't return a dictionary. "
|
||||
"Components must always return dictionaries: check the the documentation."
|
||||
"Components must always return dictionaries: check the documentation."
|
||||
)
|
||||
span.set_tag("haystack.component.visits", self.graph.nodes[name]["visits"])
|
||||
span.set_content_tag("haystack.component.output", res)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user