your message

This commit is contained in:
root
2026-02-06 14:53:52 +00:00
parent c809d049fe
commit 3d488f22b7
47 changed files with 3127 additions and 425 deletions

View File

@ -235,6 +235,13 @@ export class CourseGenerationPipeline {
difficulty: outline.difficulty,
estimatedHours: outline.estimatedTotalHours,
tags: outline.tags,
groups: {
create: {
name: 'Основная группа',
description: 'Обсуждение курса и вопросы преподавателю',
isDefault: true,
},
},
chapters: {
create: outline.chapters.map((chapter, chapterIndex) => ({
title: chapter.title,