feat(captain): align scenario and tool payloads
This commit is contained in:
@@ -561,7 +561,7 @@ func Bootstrap(env string) (*App, error) {
|
||||
// Captain services (P10 M10 — Captain AI + Copilot)
|
||||
captainAssistantService := service.NewCaptainAssistantService(captainAssistantRepo, captainInboxRepo, captainDocumentRepo, captainAssistantResponseRepo, llmProvider)
|
||||
captainDocumentService := service.NewCaptainDocumentService(captainDocumentRepo, llmProvider)
|
||||
captainScenarioService := service.NewCaptainScenarioService(captainScenarioRepo)
|
||||
captainScenarioService := service.NewCaptainScenarioService(captainScenarioRepo, captainAssistantRepo)
|
||||
captainCustomToolService := service.NewCaptainCustomToolService(captainCustomToolRepo)
|
||||
copilotService := service.NewCopilotService(copilotThreadRepo, copilotMessageRepo, copilotSuggestionRepo, llmProvider)
|
||||
copilotContextService := service.NewCopilotContextService(messageRepo, conversationRepo, contactRepo, llmProvider)
|
||||
|
||||
Reference in New Issue
Block a user