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.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +2 -3
- package/dist/types.d.ts +2 -3
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
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`,
|