haystack/releasenotes/notes/tool-refactor-7ed98e3ee4de14c3.yaml
Stefano Fiorucci 3f15f38c51
refactor: move Tool to a separate package; refactor serde (#8690)
* move tool to separate package; refactor serde

* release note

* rm unused import
2025-01-09 12:30:13 +01:00

6 lines
185 B
YAML

---
enhancements:
- |
Move `Tool` to a new dedicated `tools` package.
Refactor `Tool` serialization and deserialization to make it more flexible and include type information.