mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-23 05:26:33 +00:00
9 lines
348 B
YAML
9 lines
348 B
YAML
|
|
---
|
||
|
|
enhancements:
|
||
|
|
- |
|
||
|
|
Made JSON schema validator compatible with all LLM by switching error template handling to a single user message.
|
||
|
|
Also reduce cost by only including last error instead of full message history.
|
||
|
|
fixes:
|
||
|
|
- |
|
||
|
|
Fix recursive JSON type conversion in the schema validator to be less aggressive (no infinite recursion).
|