@mastra/core 0.1.5 → 0.1.7

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/core.esm.js CHANGED
@@ -6146,7 +6146,7 @@ var Mastra = /*#__PURE__*/function () {
6146
6146
  eventKey: eventKey,
6147
6147
  getVectorProvider: function getVectorProvider(name) {
6148
6148
  return _this3.agentsConfig.vectorProvider.find(function (provider) {
6149
- return provider.name === name;
6149
+ return provider.provider === name;
6150
6150
  });
6151
6151
  },
6152
6152
  makeWebhookUrl: makeWebhookUrl