andy-stack_vaultkeeper-ai/__tests__
Andrew Beal a30693bfe5 refactor: convert AIFunctionCall.name from string to AIFunction enum
- Add AIFunction enum type to AIFunctionCall name property
- Implement fromString helper to convert string to AIFunction
- Update Claude, Gemini, and OpenAI classes to use aiFunctionFromString
- Add type safety to AIFunctionService switch statement
- Update all test files to use AIFunction enum values
2025-11-10 20:08:32 +00:00
..
AIClasses refactor: convert AIFunctionCall.name from string to AIFunction enum 2025-11-10 20:08:32 +00:00
Conversations Add promptContent parameter to ConversationContent class 2025-10-29 19:41:05 +00:00
Helpers feat: add VaultCacheService and vault monitoring capabilities 2025-10-25 12:46:07 +01:00
Services refactor: convert AIFunctionCall.name from string to AIFunction enum 2025-11-10 20:08:32 +00:00
setup.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00