mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-03 18:48:27 +00:00
6 lines
250 B
YAML
6 lines
250 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix type comparison in schema validation by replacing `is not` with `!=` when checking the type `List[ChatMessage]`.
|
|
This prevents false mismatches due to Python's `is` operator comparing object identity instead of equality.
|