@zero-library/chat-agent 2.4.2 → 2.4.3

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.js CHANGED
@@ -424,7 +424,7 @@ var createChatService = (request) => {
424
424
  return request.delete("/lolr/label/item", { id });
425
425
  };
426
426
  const labelsQuery = (params) => {
427
- return request.post("/lolr/label", params);
427
+ return request.get("/lolr/label", params);
428
428
  };
429
429
  const labelItemsQuery = (params) => {
430
430
  return request.get("/lolr/label/item", params);