mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
Implement continuation logic for AI responses that require multiple turns without explicit function calls. Add STOP_REASON_STOP constant to detect when conversation should naturally end versus when it needs continuation. Update streaming flow to handle both function calls and continuation flags, enabling more fluid multi-step conversations. |
||
|---|---|---|
| .. | ||
| AIFunctionService.ts | ||
| ConversationFileSystemService.ts | ||
| DependencyService.ts | ||
| FileSystemService.ts | ||
| MessageService.ts | ||
| ServiceRegistration.ts | ||
| Services.ts | ||
| StreamingMarkdownService.ts | ||
| StreamingService.ts | ||
| WorkSpaceService.ts | ||