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