andy-stack_vaultkeeper-ai/__tests__/AIClasses
Andrew Beal 80e01e1212 refactor: extract function parsing to shared ResponseHelper
Move parseFunctionCall and parseFunctionResponse from BaseAIClass private methods to shared ResponseHelper module for better code reusability across providers and tests.
2025-12-31 23:02:01 +00:00
..
AIFunctionCall.test.ts fix: improve conversation filtering and add plan cancellation 2025-12-31 13:42:33 +00:00
BaseAIClass.test.ts refactor: extract function parsing to shared ResponseHelper 2025-12-31 23:02:01 +00:00
BaseAIFileService.test.ts Migrate to mobile compatible api's for handling buffers. 2025-12-23 16:03:49 +00:00
Claude.test.ts refactor: improve function call/response parsing and filtering 2025-12-31 22:56:22 +00:00
ClaudeConversationNamingService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
CrossProviderIntegration.test.ts refactor: improve function call/response parsing and filtering 2025-12-31 22:56:22 +00:00
Gemini.test.ts refactor: improve function call/response parsing and filtering 2025-12-31 22:56:22 +00:00
GeminiConversationNamingService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
OpenAI.test.ts refactor: improve function call/response parsing and filtering 2025-12-31 22:56:22 +00:00
OpenAIConversationNamingService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00