haystack-core-integrations
haystack-core-integrations copied to clipboard
feat: support structured outputs in `STACKITChatGenerator`
Related Issues
- partially fixes https://github.com/deepset-ai/haystack/issues/9761
Proposed Changes:
- Update the docstrings
- support serialization of pydantic models
- Add an example
How did you test it?
- Updated a unit test
- Added integration tests
Notes for the reviewer
Checklist
- I have read the contributors guidelines and the code of conduct
- I have updated the related issue with new insights and changes
- I added unit tests and updated the docstrings
- I've used one of the conventional commit types for my PR title:
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:.