What's Changed
- feat: add providerConfig argument to using by @ChrisB-TL in #331
- refactor: rename withProviderMeta to withProviderOptions by @sixlive in #330
- feat: add whenProvider for provider interop by @sixlive in #335
- docs: update rate limit exception support by @ChrisB-TL in #333
- refactor(openai): expand tool choice support by @mirceasoaica in #332
- feat(gemini): add custom parameters for embeddings by @omar-co in #329
Breaking Changes
withProviderMeta
has changed towithProviderOptions
withProviderOptions
no longer uses provider keys, they its now just an open bag of options for the currently configured provider
New Contributors
- @mirceasoaica made their first contribution in #332
- @omar-co made their first contribution in #329
Full Changelog: v0.62.0...v0.63.0