mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
7 lines
253 B
YAML
7 lines
253 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The deprecated `deserialize_tools_inplace` utility function has been removed.
|
|
Use `deserialize_tools_or_toolset_inplace` instead, importing it as follows:
|
|
`from haystack.tools import deserialize_tools_or_toolset_inplace`.
|