your message
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user