@ai-sdk/anthropic 3.0.94 → 3.0.96

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.
@@ -2503,7 +2503,7 @@ async function convertToAnthropicMessagesPrompt({
2503
2503
  contentValue = output.value;
2504
2504
  break;
2505
2505
  case "execution-denied":
2506
- contentValue = (_g = output.reason) != null ? _g : "Tool execution denied.";
2506
+ contentValue = (_g = output.reason) != null ? _g : "Tool call execution denied.";
2507
2507
  break;
2508
2508
  case "json":
2509
2509
  case "error-json":