mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
Implement automatic conversation title generation using Gemini API. Add IConversationNamingService interface with GeminiConversationNamingService implementation. Integrate naming service into ChatService to generate titles on first user message. Update ConversationFileSystemService to support title updates via file renaming. |
||
|---|---|---|
| .. | ||
| FunctionDefinitions | ||
| Gemini | ||
| AIFunctionCall.ts | ||
| IAIClass.ts | ||
| IConversationNamingService.ts | ||
| IPrompt.ts | ||
| NamePrompt.ts | ||
| SystemPrompt.ts | ||