andy-stack_vaultkeeper-ai/__tests__/AIClasses
Andrew Beal 3e43d9f558 refactor: improve legacy tool call conversion format and system prompt clarity
Simplify historical tool call/result format from bracketed text to JSON with HTML comments indicating completed status. Update system prompt to clarify this is historical context, not a pattern to reproduce. Improve chat area layout performance with debouncing and reduce minimum padding. Update all tests to match new format.
2025-12-12 23:37:30 +00:00
..
AIFunctionCall.test.ts feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
BaseAIClass.test.ts feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
Claude.test.ts refactor: improve legacy tool call conversion format and system prompt clarity 2025-12-12 23:37:30 +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 legacy tool call conversion format and system prompt clarity 2025-12-12 23:37:30 +00:00
Gemini.test.ts refactor: improve legacy tool call conversion format and system prompt clarity 2025-12-12 23:37:30 +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 feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
OpenAIConversationNamingService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00