@ai-sdk/anthropic
Advanced tools
+8
-0
| # @ai-sdk/anthropic | ||
| ## 3.0.95 | ||
| ### Patch Changes | ||
| - 327642b: fix: more precise default message for tool execution denial | ||
| - Updated dependencies [d559de9] | ||
| - @ai-sdk/provider-utils@4.0.37 | ||
| ## 3.0.94 | ||
@@ -4,0 +12,0 @@ |
+2
-2
| { | ||
| "name": "@ai-sdk/anthropic", | ||
| "version": "3.0.94", | ||
| "version": "3.0.95", | ||
| "license": "Apache-2.0", | ||
@@ -40,3 +40,3 @@ "sideEffects": false, | ||
| "@ai-sdk/provider": "3.0.13", | ||
| "@ai-sdk/provider-utils": "4.0.36" | ||
| "@ai-sdk/provider-utils": "4.0.37" | ||
| }, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
@@ -440,3 +440,4 @@ import { | ||
| case 'execution-denied': | ||
| contentValue = output.reason ?? 'Tool execution denied.'; | ||
| contentValue = | ||
| output.reason ?? 'Tool call execution denied.'; | ||
| break; | ||
@@ -443,0 +444,0 @@ case 'json': |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3234426
0.01%34523
0+ Added
- Removed