@ai-sdk/anthropic 3.0.94 → 3.0.95

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.
@@ -2460,7 +2460,7 @@ async function convertToAnthropicMessagesPrompt({
2460
2460
  contentValue = output.value;
2461
2461
  break;
2462
2462
  case "execution-denied":
2463
- contentValue = (_g = output.reason) != null ? _g : "Tool execution denied.";
2463
+ contentValue = (_g = output.reason) != null ? _g : "Tool call execution denied.";
2464
2464
  break;
2465
2465
  case "json":
2466
2466
  case "error-json":