@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.
- package/CHANGELOG.md +8 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/convert-to-anthropic-messages-prompt.ts +2 -1
package/dist/internal/index.js
CHANGED
|
@@ -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":
|