You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
a4186d6: Promote the repairToolCall option to stable, with a deprecated experimental_repairToolCall alias for backwards compatibility.
c29e0d7: fix (workflow): mark package as ESM so the published files match the main, types, and exports entrypoints in package.json. Previously require('@ai-sdk/workflow') failed with MODULE_NOT_FOUND because the declared CommonJS entrypoints were never published.