agentv 3.4.0 → 3.5.0

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.
@@ -25156,7 +25156,7 @@ function createGoogleGenerativeAI(options = {}) {
25156
25156
  }
25157
25157
  var google = createGoogleGenerativeAI();
25158
25158
 
25159
- // ../../packages/core/dist/chunk-Q52FQPKQ.js
25159
+ // ../../packages/core/dist/chunk-W5YDZWT4.js
25160
25160
  import { createOpenAI } from "@ai-sdk/openai";
25161
25161
  function parseModelString(model) {
25162
25162
  const colonIndex = model.indexOf(":");
@@ -25178,7 +25178,7 @@ function createLanguageModel(modelString) {
25178
25178
  case "anthropic":
25179
25179
  return createAnthropic()(modelName);
25180
25180
  case "azure":
25181
- return createAzure()(modelName);
25181
+ return createAzure().chat(modelName);
25182
25182
  case "google":
25183
25183
  return createGoogleGenerativeAI()(modelName);
25184
25184
  default:
@@ -25362,4 +25362,4 @@ export {
25362
25362
  createGoogleGenerativeAI,
25363
25363
  AgentvProvider
25364
25364
  };
25365
- //# sourceMappingURL=chunk-AR3QEKXH.js.map
25365
+ //# sourceMappingURL=chunk-BJV6MDBE.js.map