@ai-sdk/xai 3.0.43 → 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/CHANGELOG.md +6 -0
- package/dist/index.js +1 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/responses/xai-responses-api.ts +0 -10
package/CHANGELOG.md
CHANGED
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.
|
|
2450
|
+
var VERSION = true ? "3.0.44" : "0.0.0-test";
|
|
2461
2451
|
|
|
2462
2452
|
// src/xai-provider.ts
|
|
2463
2453
|
var xaiErrorStructure = {
|