๐ Bug Fixes
- Fixed a mypy issue in the
OpenAIChatGeneratorand its handling of stream responses. This issue only occurs withmypy>=1.16.0. - Fix type comparison in schema validation by replacing
is notwith!=when checking the typeList[ChatMessage]. This prevents false mismatches due to Python’sisoperator comparing object identity instead of equality.
