andy-stack_vaultkeeper-ai/AIClasses
Andrew Beal be5dbb9abc refactor: improve execution agent prompts for handling ambiguity
Update AskUserQuestionExecution function definition and ExecutionPrompt to provide clearer guidance on when to ask users vs. report outcomes. Emphasizes resolving ambiguity at discovery point rather than passing uncertain outcomes to orchestrator.
2026-01-29 12:57:21 +00:00
..
Claude refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
FunctionDefinitions refactor: improve execution agent prompts for handling ambiguity 2026-01-29 12:57:21 +00:00
Gemini refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
OpenAI refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
Schemas Add context passing between execution steps and enhance orchestration 2026-01-28 21:23:47 +00:00
AIFunctionCall.ts feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
BaseAIClass.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
BaseAIFileService.ts refactor: improve file upload error handling and return errors array 2025-12-23 17:09:04 +00:00
IAIClass.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
IAIFileService.ts refactor: migrate file upload from base64 to file ID API for all providers 2025-12-19 20:05:46 +00:00
IConversationNamingService.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00