@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.
@@ -799,6 +799,7 @@ function mapAnthropicStopReason({
799
799
  isJsonResponseFromTool
800
800
  }) {
801
801
  switch (finishReason) {
802
+ case "pause_turn":
802
803
  case "end_turn":
803
804
  case "stop_sequence":
804
805
  return "stop";