mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Enable parallel tool execution in ToolInvoker * Update handling of errors * Small fixes * Small fixes * Adapt number of executors * Add release notes * Add parallel tool calling to sync run * Deprecate async_executor * Deprecate async_executor * Add thread lock * extract methods * Update release notes * Update release notes * Updates * Add new tests * Add test for async * PR comments