What's Changed
- feat(server): add multimodal support to PrismServer API endpoints by @sv-LayZ in #403
- chore: testbench version by @sixlive in #431
- fix(anthropic): Anthropic media mappers call validation method by @ChrisB-TL in #432
- Fix(structured): re-instate request exceptions by @ChrisB-TL in #433
- docs(gemini): add caching docs by @ChrisB-TL in #435
- refactor: make provider contract abstract by @ChrisB-TL in #434
Breaking Changes
- Provider relocated from
Prism\Prism\Contracts
toPrism\Prism\Providers
- Custom providers need to extend
Provider
instead of implementing it
New Contributors
Full Changelog: v0.76.1...v0.77.0