In #1623, we are making our Chat Generators compatible with the new `deserialize_tools_or_toolset_inplace`. After Haystack 2.13.0 release, we should: - remove the import fallback workaround introduced in #1623 - add `Toolset` to init and run methods of all Chat Generator integrations. Follow pattern in [OpenAIChatGenerator](https://github.com/deepset-ai/haystack/blob/main/haystack/components/generators/chat/openai.py#L91) - release a new version of each Chat Generator
In #1623, we are making our Chat Generators compatible with the new
deserialize_tools_or_toolset_inplace.After Haystack 2.13.0 release, we should:
deserialize_tools_or_toolset_inplace#1623Toolsetto init and run methods of all Chat Generator integrations. Follow pattern in OpenAIChatGenerator