andy-stack_vaultkeeper-ai/__tests__
Andrew Beal 565bfdfda7 Refactor: move legacy function conversion to BaseAIClass
Consolidate convertFunctionCallToText and convertFunctionResponseToText
methods from Claude and Gemini into BaseAIClass for code reuse. Update
OpenAI to handle missing function call IDs by converting to legacy text
format, preventing undefined call_id bugs during cross-provider switches.
2025-12-10 21:47:27 +00:00
..
AIClasses Refactor: move legacy function conversion to BaseAIClass 2025-12-10 21:47:27 +00:00
Conversations feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
Helpers refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
Services feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
setup.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00