andy-stack_vaultkeeper-ai/__tests__
Andrew Beal d7eefae936 refactor: migrate OpenAI integration to Responses API. Add web search capabilities.
Remove 'gpt-4.1-nano' which does not support web search.

Replace Chat Completions API with OpenAI Responses API throughout codebase. Update event parsing from delta-based streaming to event-based model, restructure request format to use instructions/input instead of messages array, and revise conversation naming service to handle new response structure.
2025-11-14 10:24:46 +00:00
..
AIClasses refactor: migrate OpenAI integration to Responses API. Add web search capabilities. 2025-11-14 10:24:46 +00:00
Conversations Add promptContent parameter to ConversationContent class 2025-10-29 19:41:05 +00:00
Helpers refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
Services Optimize vault search with parallel processing and early termination 2025-11-12 21:49:16 +00:00
setup.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00