mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
5 lines
214 B
YAML
5 lines
214 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
We added a `Component` signature validation method that details the mismatches between the `run` and `run_async` method signatures. This allows a user to debug custom components easily.
|