Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -96,6 +96,7 @@ async def generate_roadmap(study_input: StudyInput):
|
|
96 |
"name": "string",
|
97 |
"tasks": [
|
98 |
{
|
|
|
99 |
"type": "string",
|
100 |
"topic": "string",
|
101 |
"time": "string"
|
|
|
96 |
"name": "string",
|
97 |
"tasks": [
|
98 |
{
|
99 |
+
"ChapterName": "string",
|
100 |
"type": "string",
|
101 |
"topic": "string",
|
102 |
"time": "string"
|