ai 5.0.34 → 5.0.35
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -104,6 +104,7 @@ import {
|
|
104
104
|
LoadAPIKeyError,
|
105
105
|
NoContentGeneratedError,
|
106
106
|
NoSuchModelError,
|
107
|
+
TooManyEmbeddingValuesForCallError,
|
107
108
|
TypeValidationError,
|
108
109
|
UnsupportedFunctionalityError
|
109
110
|
} from "@ai-sdk/provider";
|
@@ -10233,6 +10234,7 @@ export {
|
|
10233
10234
|
RetryError,
|
10234
10235
|
SerialJobExecutor,
|
10235
10236
|
TextStreamChatTransport,
|
10237
|
+
TooManyEmbeddingValuesForCallError,
|
10236
10238
|
ToolCallRepairError,
|
10237
10239
|
TypeValidationError,
|
10238
10240
|
UI_MESSAGE_STREAM_HEADERS,
|