arky-sdk 0.5.47 → 0.5.49

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.cjs CHANGED
@@ -1426,7 +1426,6 @@ var createAgentApi = (apiConfig) => {
1426
1426
  },
1427
1427
  async getMemories(params, options) {
1428
1428
  const queryParams = {};
1429
- if (params.category) queryParams.category = params.category;
1430
1429
  if (params.limit) queryParams.limit = String(params.limit);
1431
1430
  return apiConfig.httpClient.get(
1432
1431
  `/v1/businesses/${apiConfig.businessId}/agents/${params.id}/memories`,