Add a tooltip to the file upload button

This commit is contained in:
oobabooga 2025-05-31 20:24:31 -07:00
parent 1d88456659
commit 4a2727b71d

View file

@ -872,3 +872,10 @@ function navigateLastAssistantMessage(direction) {
return false;
}
//------------------------------------------------
// Tooltips
//------------------------------------------------
// File upload button
document.querySelector("#chat-input .upload-button").title = "Upload text files, PDFs, and DOCX documents";