What's Changed
- docs(groq): correct streaming support status to Supported by @pushpak1300 in #476
- feat(openai): support openai model gpt-4.1 and gpt-4.1-mini model for structured output by @AlexR1712 in #477
- style(pint): fix visibility required by @MrCrayon in #488
- feat(gemini): add video/audio/Youtube link media support by @uchm4n in #447
- feat(xai): implement streaming and structured response handlers for XAI by @uchm4n in #490
- feat: add audio support by @pushpak1300 in #453
- Update media namespace by @sixlive in #494
- feat: media support for withPrompt by @sixlive in #496
- fix(openai): strict structured bug by @sixlive in #497
New Contributors
- @AlexR1712 made their first contribution in #477
Breaking Changes
- Media value object namespace has been changed from
Prism\Prism\ValueObjects\Messages\Support\*
toPrism\Prism\ValueObjects\Media\*
Full Changelog: v0.79.0...v0.80.0