@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.
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  } from "@ai-sdk/provider-utils";
12
12
 
13
13
  // src/version.ts
14
- var VERSION = true ? "3.0.0-beta.64" : "0.0.0-test";
14
+ var VERSION = true ? "3.0.0-beta.65" : "0.0.0-test";
15
15
 
16
16
  // src/anthropic-messages-language-model.ts
17
17
  import {
@@ -738,7 +738,6 @@ var textEditor_20250728InputSchema = lazySchema3(
738
738
  );
739
739
  var factory = createProviderDefinedToolFactory({
740
740
  id: "anthropic.text_editor_20250728",
741
- name: "str_replace_based_edit_tool",
742
741
  inputSchema: textEditor_20250728InputSchema
743
742
  });
744
743
  var textEditor_20250728 = (args = {}) => {
@@ -790,7 +789,6 @@ var webSearch_20250305InputSchema = lazySchema4(
790
789
  );
791
790
  var factory2 = createProviderDefinedToolFactoryWithOutputSchema({
792
791
  id: "anthropic.web_search_20250305",
793
- name: "web_search",
794
792
  inputSchema: webSearch_20250305InputSchema,
795
793
  outputSchema: webSearch_20250305OutputSchema
796
794
  });
@@ -851,7 +849,6 @@ var webFetch_20250910InputSchema = lazySchema5(
851
849
  );
852
850
  var factory3 = createProviderDefinedToolFactoryWithOutputSchema2({
853
851
  id: "anthropic.web_fetch_20250910",
854
- name: "web_fetch",
855
852
  inputSchema: webFetch_20250910InputSchema,
856
853
  outputSchema: webFetch_20250910OutputSchema
857
854
  });
@@ -1141,7 +1138,6 @@ var codeExecution_20250522InputSchema = lazySchema6(
1141
1138
  );
1142
1139
  var factory4 = createProviderDefinedToolFactoryWithOutputSchema3({
1143
1140
  id: "anthropic.code_execution_20250522",
1144
- name: "code_execution",
1145
1141
  inputSchema: codeExecution_20250522InputSchema,
1146
1142
  outputSchema: codeExecution_20250522OutputSchema
1147
1143
  });
@@ -1234,7 +1230,6 @@ var codeExecution_20250825InputSchema = lazySchema7(
1234
1230
  );
1235
1231
  var factory5 = createProviderDefinedToolFactoryWithOutputSchema4({
1236
1232
  id: "anthropic.code_execution_20250825",
1237
- name: "code_execution",
1238
1233
  inputSchema: codeExecution_20250825InputSchema,
1239
1234
  outputSchema: codeExecution_20250825OutputSchema
1240
1235
  });
@@ -3131,7 +3126,6 @@ var bash_20241022InputSchema = lazySchema8(
3131
3126
  );
3132
3127
  var bash_20241022 = createProviderDefinedToolFactory2({
3133
3128
  id: "anthropic.bash_20241022",
3134
- name: "bash",
3135
3129
  inputSchema: bash_20241022InputSchema
3136
3130
  });
3137
3131
 
@@ -3152,7 +3146,6 @@ var bash_20250124InputSchema = lazySchema9(
3152
3146
  );
3153
3147
  var bash_20250124 = createProviderDefinedToolFactory3({
3154
3148
  id: "anthropic.bash_20250124",
3155
- name: "bash",
3156
3149
  inputSchema: bash_20250124InputSchema
3157
3150
  });
3158
3151
 
@@ -3185,7 +3178,6 @@ var computer_20241022InputSchema = lazySchema10(
3185
3178
  );
3186
3179
  var computer_20241022 = createProviderDefinedToolFactory4({
3187
3180
  id: "anthropic.computer_20241022",
3188
- name: "computer",
3189
3181
  inputSchema: computer_20241022InputSchema
3190
3182
  });
3191
3183
 
@@ -3228,7 +3220,6 @@ var computer_20250124InputSchema = lazySchema11(
3228
3220
  );
3229
3221
  var computer_20250124 = createProviderDefinedToolFactory5({
3230
3222
  id: "anthropic.computer_20250124",
3231
- name: "computer",
3232
3223
  inputSchema: computer_20250124InputSchema
3233
3224
  });
3234
3225
 
@@ -3278,7 +3269,6 @@ var memory_20250818InputSchema = lazySchema12(
3278
3269
  );
3279
3270
  var memory_20250818 = createProviderDefinedToolFactory6({
3280
3271
  id: "anthropic.memory_20250818",
3281
- name: "memory",
3282
3272
  inputSchema: memory_20250818InputSchema
3283
3273
  });
3284
3274
 
@@ -3304,7 +3294,6 @@ var textEditor_20241022InputSchema = lazySchema13(
3304
3294
  );
3305
3295
  var textEditor_20241022 = createProviderDefinedToolFactory7({
3306
3296
  id: "anthropic.text_editor_20241022",
3307
- name: "str_replace_editor",
3308
3297
  inputSchema: textEditor_20241022InputSchema
3309
3298
  });
3310
3299
 
@@ -3330,7 +3319,6 @@ var textEditor_20250124InputSchema = lazySchema14(
3330
3319
  );
3331
3320
  var textEditor_20250124 = createProviderDefinedToolFactory8({
3332
3321
  id: "anthropic.text_editor_20250124",
3333
- name: "str_replace_editor",
3334
3322
  inputSchema: textEditor_20250124InputSchema
3335
3323
  });
3336
3324
 
@@ -3356,7 +3344,6 @@ var textEditor_20250429InputSchema = lazySchema15(
3356
3344
  );
3357
3345
  var textEditor_20250429 = createProviderDefinedToolFactory9({
3358
3346
  id: "anthropic.text_editor_20250429",
3359
- name: "str_replace_based_edit_tool",
3360
3347
  inputSchema: textEditor_20250429InputSchema
3361
3348
  });
3362
3349