[FEATURE] Added AI Rewording Functionality to Create Ticket, Ticket Reply, Create Document and Edit Document, more to come

This commit is contained in:
johnnyq
2024-02-11 00:13:10 -05:00
parent 48ba4445bf
commit ddb8061404
6 changed files with 112 additions and 4 deletions

View File

@@ -33,4 +33,4 @@ document.getElementById('rewordButton').addEventListener('click', function() {
rewordButton.disabled = false;
rewordButton.innerText = 'Reword'; // Reset button text
});
});
});