haystack/releasenotes/notes/do-not-pass-tools-to-openai-if-none-1fe09e924e7fad7a.yaml

7 lines
242 B
YAML
Raw Normal View History

---
fixes:
- |
OpenAIChatGenerator no longer passes tools to the OpenAI client if none are provided.
Previously, a null value was passed.
This change improves compatibility with OpenAI-compatible APIs that do not support tools.