ai 5.0.34 → 5.0.36

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
@@ -5,6 +5,7 @@ var __export = (target, all) => {
5
5
  };
6
6
 
7
7
  // src/index.ts
8
+ import { gateway as gateway2 } from "@ai-sdk/gateway";
8
9
  import {
9
10
  asSchema as asSchema5,
10
11
  createIdGenerator as createIdGenerator5,
@@ -104,6 +105,7 @@ import {
104
105
  LoadAPIKeyError,
105
106
  NoContentGeneratedError,
106
107
  NoSuchModelError,
108
+ TooManyEmbeddingValuesForCallError,
107
109
  TypeValidationError,
108
110
  UnsupportedFunctionalityError
109
111
  } from "@ai-sdk/provider";
@@ -10233,6 +10235,7 @@ export {
10233
10235
  RetryError,
10234
10236
  SerialJobExecutor,
10235
10237
  TextStreamChatTransport,
10238
+ TooManyEmbeddingValuesForCallError,
10236
10239
  ToolCallRepairError,
10237
10240
  TypeValidationError,
10238
10241
  UI_MESSAGE_STREAM_HEADERS,
@@ -10268,6 +10271,7 @@ export {
10268
10271
  generateSpeech as experimental_generateSpeech,
10269
10272
  transcribe as experimental_transcribe,
10270
10273
  extractReasoningMiddleware,
10274
+ gateway2 as gateway,
10271
10275
  generateId2 as generateId,
10272
10276
  generateObject,
10273
10277
  generateText,