@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.esm.js
CHANGED
|
@@ -355,7 +355,7 @@ var createChatService = (request) => {
|
|
|
355
355
|
};
|
|
356
356
|
var createFileService = (request) => {
|
|
357
357
|
const docQuery = (paramsStr) => {
|
|
358
|
-
return request.get(`/
|
|
358
|
+
return request.get(`/lolr/doc?${paramsStr}`);
|
|
359
359
|
};
|
|
360
360
|
const fileCreate = async (fileContent, fileName, targetFormat = "docx") => {
|
|
361
361
|
const blob = await request.post(`/uc/doc/convert`, { fileContent, fileName, targetFormat }, { responseType: "blob" });
|