andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions
Andrew Beal 4d8edc8b96 Update delete functionality to support folders and use trash
- Enhance DeleteVaultFiles to handle both files and folders
- Change VaultService.delete to use vault.trash instead of permanent deletion
- Remove TFile type check to allow folder deletion
- Simplify delete method signature by removing unused force parameter
- Increase default snippet size limit from 150 to 300 characters
- Fix IPrompt to use SettingsService instead of direct plugin access
- Update all tests to reflect trash behavior and folder support
2025-11-03 21:37:47 +00:00
..
Functions Update delete functionality to support folders and use trash 2025-11-03 21:37:47 +00:00
AIFunctionDefinitions.ts feat: add ListVaultFiles function and improve search behavior 2025-11-01 11:43:32 +00:00
AIFunctionResponse.ts Add Claude API provider support with streaming and tool integration 2025-10-19 14:23:24 +01:00
IAIFunctionDefinition.ts Refactor AI function handling by introducing AIFunctionCall and AIFunctionResponse classes, updating function definitions, and enhancing conversation content management. Remove unused code and improve service registration for AIFunctionService. 2025-10-06 23:01:20 +01:00