@ai-sdk/anthropic 3.0.0-beta.64 → 3.0.0-beta.65

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.
@@ -723,7 +723,6 @@ var textEditor_20250728InputSchema = lazySchema3(
723
723
  );
724
724
  var factory = createProviderDefinedToolFactory({
725
725
  id: "anthropic.text_editor_20250728",
726
- name: "str_replace_based_edit_tool",
727
726
  inputSchema: textEditor_20250728InputSchema
728
727
  });
729
728
  var textEditor_20250728 = (args = {}) => {
@@ -775,7 +774,6 @@ var webSearch_20250305InputSchema = lazySchema4(
775
774
  );
776
775
  var factory2 = createProviderDefinedToolFactoryWithOutputSchema({
777
776
  id: "anthropic.web_search_20250305",
778
- name: "web_search",
779
777
  inputSchema: webSearch_20250305InputSchema,
780
778
  outputSchema: webSearch_20250305OutputSchema
781
779
  });
@@ -836,7 +834,6 @@ var webFetch_20250910InputSchema = lazySchema5(
836
834
  );
837
835
  var factory3 = createProviderDefinedToolFactoryWithOutputSchema2({
838
836
  id: "anthropic.web_fetch_20250910",
839
- name: "web_fetch",
840
837
  inputSchema: webFetch_20250910InputSchema,
841
838
  outputSchema: webFetch_20250910OutputSchema
842
839
  });
@@ -1126,7 +1123,6 @@ var codeExecution_20250522InputSchema = lazySchema6(
1126
1123
  );
1127
1124
  var factory4 = createProviderDefinedToolFactoryWithOutputSchema3({
1128
1125
  id: "anthropic.code_execution_20250522",
1129
- name: "code_execution",
1130
1126
  inputSchema: codeExecution_20250522InputSchema,
1131
1127
  outputSchema: codeExecution_20250522OutputSchema
1132
1128
  });
@@ -1219,7 +1215,6 @@ var codeExecution_20250825InputSchema = lazySchema7(
1219
1215
  );
1220
1216
  var factory5 = createProviderDefinedToolFactoryWithOutputSchema4({
1221
1217
  id: "anthropic.code_execution_20250825",
1222
- name: "code_execution",
1223
1218
  inputSchema: codeExecution_20250825InputSchema,
1224
1219
  outputSchema: codeExecution_20250825OutputSchema
1225
1220
  });
@@ -3116,7 +3111,6 @@ var bash_20241022InputSchema = lazySchema8(
3116
3111
  );
3117
3112
  var bash_20241022 = createProviderDefinedToolFactory2({
3118
3113
  id: "anthropic.bash_20241022",
3119
- name: "bash",
3120
3114
  inputSchema: bash_20241022InputSchema
3121
3115
  });
3122
3116
 
@@ -3137,7 +3131,6 @@ var bash_20250124InputSchema = lazySchema9(
3137
3131
  );
3138
3132
  var bash_20250124 = createProviderDefinedToolFactory3({
3139
3133
  id: "anthropic.bash_20250124",
3140
- name: "bash",
3141
3134
  inputSchema: bash_20250124InputSchema
3142
3135
  });
3143
3136
 
@@ -3170,7 +3163,6 @@ var computer_20241022InputSchema = lazySchema10(
3170
3163
  );
3171
3164
  var computer_20241022 = createProviderDefinedToolFactory4({
3172
3165
  id: "anthropic.computer_20241022",
3173
- name: "computer",
3174
3166
  inputSchema: computer_20241022InputSchema
3175
3167
  });
3176
3168
 
@@ -3213,7 +3205,6 @@ var computer_20250124InputSchema = lazySchema11(
3213
3205
  );
3214
3206
  var computer_20250124 = createProviderDefinedToolFactory5({
3215
3207
  id: "anthropic.computer_20250124",
3216
- name: "computer",
3217
3208
  inputSchema: computer_20250124InputSchema
3218
3209
  });
3219
3210
 
@@ -3263,7 +3254,6 @@ var memory_20250818InputSchema = lazySchema12(
3263
3254
  );
3264
3255
  var memory_20250818 = createProviderDefinedToolFactory6({
3265
3256
  id: "anthropic.memory_20250818",
3266
- name: "memory",
3267
3257
  inputSchema: memory_20250818InputSchema
3268
3258
  });
3269
3259
 
@@ -3289,7 +3279,6 @@ var textEditor_20241022InputSchema = lazySchema13(
3289
3279
  );
3290
3280
  var textEditor_20241022 = createProviderDefinedToolFactory7({
3291
3281
  id: "anthropic.text_editor_20241022",
3292
- name: "str_replace_editor",
3293
3282
  inputSchema: textEditor_20241022InputSchema
3294
3283
  });
3295
3284
 
@@ -3315,7 +3304,6 @@ var textEditor_20250124InputSchema = lazySchema14(
3315
3304
  );
3316
3305
  var textEditor_20250124 = createProviderDefinedToolFactory8({
3317
3306
  id: "anthropic.text_editor_20250124",
3318
- name: "str_replace_editor",
3319
3307
  inputSchema: textEditor_20250124InputSchema
3320
3308
  });
3321
3309
 
@@ -3341,7 +3329,6 @@ var textEditor_20250429InputSchema = lazySchema15(
3341
3329
  );
3342
3330
  var textEditor_20250429 = createProviderDefinedToolFactory9({
3343
3331
  id: "anthropic.text_editor_20250429",
3344
- name: "str_replace_based_edit_tool",
3345
3332
  inputSchema: textEditor_20250429InputSchema
3346
3333
  });
3347
3334