andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions/Functions
Andrew Beal b2856aa294 feat: add image and PDF support to ReadVaultFiles function
Add support for reading images (PNG, JPG, JPEG, WebP) and PDFs in ReadVaultFiles. Implement provider-specific formatting for binary content (Claude, OpenAI, Gemini). Update conversation structure to handle binary files separately from text responses. Add unpdf library for PDF text extraction in search.
2025-12-16 20:50:28 +00:00
..
DeleteVaultFiles.ts Update delete functionality to support folders and use trash 2025-11-03 21:37:47 +00:00
ListVaultFiles.ts feat: add ListVaultFiles function and improve search behavior 2025-11-01 11:43:32 +00:00
MoveVaultFiles.ts feat: add batch file operations and move functionality 2025-10-16 22:58:30 +01:00
PatchVaultFile.ts Refactor file patching from unified diff to direct string replace 2025-12-05 23:02:55 +00:00
ReadVaultFiles.ts feat: add image and PDF support to ReadVaultFiles function 2025-12-16 20:50:28 +00:00
SearchVaultFiles.ts refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
WriteVaultFile.ts Add PatchVaultFile function for incremental file updates 2025-12-05 22:48:54 +00:00