🐛 Fix some issues in new thought system

This commit is contained in:
2025-11-15 17:11:39 +08:00
parent 80ea44f2cc
commit c69256bda6
12 changed files with 364 additions and 14 deletions

View File

@@ -64,10 +64,6 @@ public static class ServiceCollectionExtensions
public static IServiceCollection AddThinkingServices(this IServiceCollection services, IConfiguration configuration)
{
// Add gRPC clients for ThoughtService
services.AddSphereService();
services.AddAccountService();
services.AddSingleton<ThoughtProvider>();
services.AddScoped<ThoughtService>();