Atualizar web/chat.js
This commit is contained in:
+12
@@ -42,6 +42,18 @@ async function pollTask(taskId) {
|
||||
}, 1500);
|
||||
}
|
||||
|
||||
|
||||
function exportPPTX() {
|
||||
window.location = `/api/export/pptx/${conversationId}/conversa.pptx`
|
||||
}
|
||||
|
||||
function exportODP() {
|
||||
window.location = `/api/export/odp/${conversationId}/conversa.odp`
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
async function importExcel() {
|
||||
const file = document.getElementById("excelFile").files[0];
|
||||
const form = new FormData();
|
||||
|
||||
Reference in New Issue
Block a user