mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 16:31:16 +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.
|