diff --git a/src/api/ai-workflow/ai-workflow.service.ts b/src/api/ai-workflow/ai-workflow.service.ts index 165e7bb..9c524df 100644 --- a/src/api/ai-workflow/ai-workflow.service.ts +++ b/src/api/ai-workflow/ai-workflow.service.ts @@ -258,7 +258,19 @@ export class AiWorkflowService { provider: true, }, }, - scorecard: true, + scorecard: { + include: { + scorecardGroups: { + include: { + sections: { + include: { + questions: true, + }, + }, + }, + }, + }, + }, }, }); if (!workflow) {