mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
refactor: rename type interfaces to use I prefix convention Standardize naming by adding I prefix to all interface types across the codebase (StreamChunk → IStreamChunk, SearchMatch → ISearchMatch, etc.). Also rename conversationStore.ts to ConversationStore.ts for consistency. |
||
|---|---|---|
| .. | ||
| Claude | ||
| FunctionDefinitions | ||
| Gemini | ||
| OpenAI | ||
| AIFunctionCall.ts | ||
| IAIClass.ts | ||
| IConversationNamingService.ts | ||
| IPrompt.ts | ||
| ITokenService.ts | ||
| NamePrompt.ts | ||
| SystemPrompt.ts | ||