What's Changed
- Apply latest rector formatting updates by @sixlive in #688
- fix(stream/anthropic): replace TollResultEvent::toolResult with correct ToolResult instance by @roymckenzie in #694
- refactor: use proper facade pattern by @sixlive in #699
- feat(api) Use HasPrompts to pass system prompt to image requests by @aimeos in #696
- feat(gemini): add full support for gemini-2.5-flash-image by @senecolas in #700
- feat:(api): Add support for OpenAI service_tier (Priority) configuration by @robertmarney in #695
- feat(api): Optional model parameter by @aimeos in #684
Breaking Changes
\Prism\Prism\Prism::text()is now\Prism\Prism\Facades\Prism::text()- see notes in #699- You can use
find . -path ./vendor -prune -o -type f -name "*.php" -exec perl -i -pe 's/Prism\\Prism\\Prism/Prism\\Prism\\Facades\\Prism/g' {} +as a quick fix.
- You can use
New Contributors
- @senecolas made their first contribution in #700
- @robertmarney made their first contribution in #695
Full Changelog: v0.96.1...v0.97.0