@zero-library/chat-agent 2.2.16 → 2.2.17
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -363,7 +363,7 @@ var createChatService = (request) => {
|
|
|
363
363
|
};
|
|
364
364
|
var createFileService = (request) => {
|
|
365
365
|
const docQuery = (paramsStr) => {
|
|
366
|
-
return request.get(`/
|
|
366
|
+
return request.get(`/lolr/doc?${paramsStr}`);
|
|
367
367
|
};
|
|
368
368
|
const fileCreate = async (fileContent, fileName, targetFormat = "docx") => {
|
|
369
369
|
const blob = await request.post(`/uc/doc/convert`, { fileContent, fileName, targetFormat }, { responseType: "blob" });
|