deepset-ai / haystack

AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
17.72k stars 1.92k forks source link

Remove deprecated `to_openai_format` method of `ChatMessage` #8169

Closed anakin87 closed 2 months ago

anakin87 commented 3 months ago

Related to #8144.

https://github.com/deepset-ai/haystack/blob/58517014ecc9a0bdfcee813984309c9b3c41b80a/haystack/dataclasses/chat_message.py#L36 This method was deprecated in #8146. It should be removed from ChatMessage in 2.5.0.

### Tasks
- [ ] https://github.com/deepset-ai/haystack/issues/8239
- [ ] https://github.com/deepset-ai/haystack/issues/8240
- [ ] https://github.com/deepset-ai/haystack/issues/8241