@ai-sdk/xai 3.0.43 → 3.0.45

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
@@ -1318,16 +1318,6 @@ var xaiResponsesChunkSchema = z4.union([
1318
1318
  item_id: z4.string(),
1319
1319
  output_index: z4.number()
1320
1320
  }),
1321
- z4.object({
1322
- type: z4.literal("response.custom_tool_call_input.done"),
1323
- item_id: z4.string(),
1324
- output_index: z4.number()
1325
- }),
1326
- z4.object({
1327
- type: z4.literal("response.custom_tool_call_input.delta"),
1328
- item_id: z4.string(),
1329
- output_index: z4.number()
1330
- }),
1331
1321
  z4.object({
1332
1322
  type: z4.literal("response.code_execution_call.in_progress"),
1333
1323
  item_id: z4.string(),
@@ -2471,7 +2461,7 @@ var xaiTools = {
2471
2461
  };
2472
2462
 
2473
2463
  // src/version.ts
2474
- var VERSION = true ? "3.0.43" : "0.0.0-test";
2464
+ var VERSION = true ? "3.0.45" : "0.0.0-test";
2475
2465
 
2476
2466
  // src/xai-provider.ts
2477
2467
  var xaiErrorStructure = {