@ai-sdk/anthropic 2.0.10 → 2.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -785,6 +785,7 @@ function mapAnthropicStopReason({
785
785
  isJsonResponseFromTool
786
786
  }) {
787
787
  switch (finishReason) {
788
+ case "pause_turn":
788
789
  case "end_turn":
789
790
  case "stop_sequence":
790
791
  return "stop";