@ai-sdk/xai 3.0.10 → 3.0.11
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 +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1936,12 +1936,12 @@ var XaiResponsesLanguageModel = class {
|
|
|
1936
1936
|
type: "text-start",
|
|
1937
1937
|
id: blockId
|
|
1938
1938
|
});
|
|
1939
|
+
controller.enqueue({
|
|
1940
|
+
type: "text-delta",
|
|
1941
|
+
id: blockId,
|
|
1942
|
+
delta: contentPart.text
|
|
1943
|
+
});
|
|
1939
1944
|
}
|
|
1940
|
-
controller.enqueue({
|
|
1941
|
-
type: "text-delta",
|
|
1942
|
-
id: blockId,
|
|
1943
|
-
delta: contentPart.text
|
|
1944
|
-
});
|
|
1945
1945
|
}
|
|
1946
1946
|
if (contentPart.annotations) {
|
|
1947
1947
|
for (const annotation of contentPart.annotations) {
|
|
@@ -2056,7 +2056,7 @@ var xaiTools = {
|
|
|
2056
2056
|
};
|
|
2057
2057
|
|
|
2058
2058
|
// src/version.ts
|
|
2059
|
-
var VERSION = true ? "3.0.
|
|
2059
|
+
var VERSION = true ? "3.0.11" : "0.0.0-test";
|
|
2060
2060
|
|
|
2061
2061
|
// src/xai-provider.ts
|
|
2062
2062
|
var xaiErrorStructure = {
|