@ai-sdk/xai 3.0.42 → 3.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/xai",
3
- "version": "3.0.42",
3
+ "version": "3.0.44",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "2.0.23",
33
- "@ai-sdk/provider": "3.0.5",
34
- "@ai-sdk/provider-utils": "4.0.10"
32
+ "@ai-sdk/openai-compatible": "2.0.24",
33
+ "@ai-sdk/provider-utils": "4.0.11",
34
+ "@ai-sdk/provider": "3.0.6"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "20.17.24",
@@ -386,16 +386,6 @@ export const xaiResponsesChunkSchema = z.union([
386
386
  item_id: z.string(),
387
387
  output_index: z.number(),
388
388
  }),
389
- z.object({
390
- type: z.literal('response.custom_tool_call_input.done'),
391
- item_id: z.string(),
392
- output_index: z.number(),
393
- }),
394
- z.object({
395
- type: z.literal('response.custom_tool_call_input.delta'),
396
- item_id: z.string(),
397
- output_index: z.number(),
398
- }),
399
389
  z.object({
400
390
  type: z.literal('response.code_execution_call.in_progress'),
401
391
  item_id: z.string(),