What's Changed
- fix: ensure tool result
output
is always string by @Shoghy in #599 - feat(openai): Multi-image edit support by @sixlive in #640
Breaking Changes
- Image edits for OpenAI are no longer passed via
withProviderOptions
and are now passed viaImage
value objects in thewithPrompt
'sadditionalContent
parameter. - OpenAI
mask
option now utilizes theImage
value object instead of a raw resource
New Contributors
Full Changelog: v0.89.0...v0.90.0