haystack/releasenotes/notes/adding-check-sync-async-run-parameters-a437b821d503d2cd.yaml
David S. Batista d61f9f7f68
feat: validation function for run() and run_async() parameters signature for (custom) components (#9322)
* adding tests

* adding release notes

* small improvements
2025-04-29 13:53:24 +00:00

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.