Skip to content

Commit 6fefff2

Browse files
committed
fix
1 parent 5ffa8af commit 6fefff2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

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

0 commit comments

Comments
 (0)