6.0.260
Fixed 3
- Reject streamObject result promises and report failed completion when the provider stream errors
- Filter preliminary tool outputs when ignoreIncompleteToolCalls is enabled
- Prevent automatic tool execution when a model call ends with an unsafe finish reason
From AI SDK
Patch Changes
- 98c656f: fix: reject
streamObjectresult promises and report failed completion when the provider stream errors - b253d52: Filter preliminary tool outputs when
ignoreIncompleteToolCallsis enabled. - 9e15cb4: Prevent automatic tool execution when a model call ends with an unsafe finish reason.