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/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,