haystack/releasenotes/notes/adding-check-sync-async-run-parameters-a437b821d503d2cd.yaml

5 lines
214 B
YAML
Raw Normal View History

---
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.