Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RootDependencies ¶
type RootDependencies struct {
CurrentChatProvider contracts_provider.IChatAIProvider
CurrentEmbeddingProvider contracts_provider.IEmbeddingAIProvider
Store contracts_store.IEmbeddingStore
Analyzer contracts_analyzer.ICodeAnalyzer
Cwd string
Config *config.Config
ChatHistory contracts_provider.IChatHistory
TokenManagement contracts_provider.ITokenManagement
}
RootDependencies holds the dependencies for the root command
Click to show internal directories.
Click to hide internal directories.