Skip to content

Commit 441984c

Browse files
committed
fix
1 parent e19a208 commit 441984c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ Body with optional fields:
202202
"conversationalStyle": "<stored style string>"
203203
},
204204
"taskProgress": {
205-
"currentQuestionId": "<question uuid>",
206205
"timeSpentOnQuestion": "30 minutes",
207206
"accessStatus": "a good amount of time spent on this question today.",
208207
"markedDone": "This question is still being worked on.",
@@ -244,10 +243,10 @@ Body with optional fields:
244243
"content": "<part prompt>",
245244
"answerContent": "<part answer>",
246245
"workedSolutionSections": [
247-
{ "id": "<uuid>", "position": 0, "title": "Step 1", "content": "..." }
246+
{ "position": 0, "title": "Step 1", "content": "..." }
248247
],
249248
"structuredTutorialSections": [
250-
{ "id": "<uuid>", "position": 0, "title": "Hint", "content": "..." }
249+
{ "position": 0, "title": "Hint", "content": "..." }
251250
],
252251
"responseAreas": [
253252
{

0 commit comments

Comments
 (0)