feat: chat ui and functionality for prompts (auto-send not working)

This commit is contained in:
Dustin Healy 2025-09-06 00:12:43 -07:00
parent 7c3356e10b
commit 607a5a2fcf
18 changed files with 636 additions and 19 deletions

View file

@ -702,6 +702,8 @@ const processAgentFileUpload = async ({ req, res, metadata }) => {
returnFile: true,
});
filepath = result.filepath;
width = result.width;
height = result.height;
}
const fileInfo = removeNullishValues({