@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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ai-sdk/xai
2
2
 
3
+ ## 3.0.45
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [96936e5]
8
+ - @ai-sdk/provider-utils@4.0.12
9
+ - @ai-sdk/openai-compatible@2.0.25
10
+
11
+ ## 3.0.44
12
+
13
+ ### Patch Changes
14
+
15
+ - 9a2427e: chore(xai): remove duplicate schema definition
16
+
3
17
  ## 3.0.43
4
18
 
5
19
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1322,16 +1322,6 @@ var xaiResponsesChunkSchema = import_v44.z.union([
1322
1322
  item_id: import_v44.z.string(),
1323
1323
  output_index: import_v44.z.number()
1324
1324
  }),
1325
- import_v44.z.object({
1326
- type: import_v44.z.literal("response.custom_tool_call_input.done"),
1327
- item_id: import_v44.z.string(),
1328
- output_index: import_v44.z.number()
1329
- }),
1330
- import_v44.z.object({
1331
- type: import_v44.z.literal("response.custom_tool_call_input.delta"),
1332
- item_id: import_v44.z.string(),
1333
- output_index: import_v44.z.number()
1334
- }),
1335
1325
  import_v44.z.object({
1336
1326
  type: import_v44.z.literal("response.code_execution_call.in_progress"),
1337
1327
  item_id: import_v44.z.string(),
@@ -2457,7 +2447,7 @@ var xaiTools = {
2457
2447
  };
2458
2448
 
2459
2449
  // src/version.ts
2460
- var VERSION = true ? "3.0.43" : "0.0.0-test";
2450
+ var VERSION = true ? "3.0.45" : "0.0.0-test";
2461
2451
 
2462
2452
  // src/xai-provider.ts
2463
2453
  var xaiErrorStructure = {