Add AI chat with Ollama tool calling for financial queries
Conversational AI chat that uses Ollama's native tool-calling API to query transactions, spending reports, account balances, dashboard summaries, and update transaction categories through natural language. Includes persistent conversation history, a full-page chat UI with sidebar, and rich inline rendering of tool results (tables, alerts, cards). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -80,6 +80,7 @@ builder.Services.AddScoped<IDuplicateDetectionService, DuplicateDetectionService
|
||||
builder.Services.AddScoped<IEncryptionService, EncryptionService>();
|
||||
builder.Services.AddScoped<IAiCategorizationService, AiCategorizationService>();
|
||||
builder.Services.AddScoped<IBankSyncService, BankSyncService>();
|
||||
builder.Services.AddScoped<IChatService, ChatService>();
|
||||
builder.Services.AddHttpClient("Ollama");
|
||||
|
||||
// Built-in file parsers
|
||||
|
||||
Reference in New Issue
Block a user