@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.
@@ -6167,7 +6167,7 @@ var Mastra = /*#__PURE__*/function () {
6167
6167
  eventKey: eventKey,
6168
6168
  getVectorProvider: function getVectorProvider(name) {
6169
6169
  return _this3.agentsConfig.vectorProvider.find(function (provider) {
6170
- return provider.name === name;
6170
+ return provider.provider === name;
6171
6171
  });
6172
6172
  },
6173
6173
  makeWebhookUrl: makeWebhookUrl