@zero-library/chat-agent 2.4.2 → 2.4.4

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.esm.js CHANGED
@@ -416,7 +416,7 @@ var createChatService = (request) => {
416
416
  return request.delete("/lolr/label/item", { id });
417
417
  };
418
418
  const labelsQuery = (params) => {
419
- return request.post("/lolr/label", params);
419
+ return request.get("/lolr/label", params);
420
420
  };
421
421
  const labelItemsQuery = (params) => {
422
422
  return request.get("/lolr/label/item", params);