andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions
Andrew Beal fbe5766d03 refactor: consolidate string utilities into StringTools class
Move isValidJson, dateToString, and escapeRegex from Helpers to new StringTools class. Add asRegex method for parsing regex literals with /pattern/flags format. Update all imports and usages across codebase.
2025-11-12 21:12:36 +00:00
..
Functions refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +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: improve type safety and add Zod validation for function arguments 2025-11-10 19:41:17 +00:00