mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +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. |
||
|---|---|---|
| .. | ||
| ChatArea.svelte | ||
| ChatAreaThought.svelte | ||
| ChatWindow.svelte | ||
| StreamingIndicator.svelte | ||
| TopBar.svelte | ||