mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
7 lines
242 B
YAML
7 lines
242 B
YAML
---
|
|
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.
|