mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
@@ -22,7 +22,7 @@ import {
|
||||
} from './resolver';
|
||||
import { ChatSessionService } from './session';
|
||||
import { CopilotStorage } from './storage';
|
||||
import { CopilotWorkflowService } from './workflow';
|
||||
import { CopilotWorkflowExecutors, CopilotWorkflowService } from './workflow';
|
||||
|
||||
registerCopilotProvider(FalProvider);
|
||||
registerCopilotProvider(OpenAIProvider);
|
||||
@@ -41,6 +41,7 @@ registerCopilotProvider(OpenAIProvider);
|
||||
CopilotStorage,
|
||||
PromptsManagementResolver,
|
||||
CopilotWorkflowService,
|
||||
...CopilotWorkflowExecutors,
|
||||
],
|
||||
controllers: [CopilotController],
|
||||
contributesTo: ServerFeature.Copilot,
|
||||
|
||||
Reference in New Issue
Block a user