Skip to content

Commit 713c1ff

Browse files
authored
Update CHAIN_OF_THOUGHTS.md (#5612)
Add the missing "activity.type" field
1 parent 96f366b commit 713c1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/CHAIN_OF_THOUGHTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The definitions of `HowTo` and `HowToStep` capture the metaphor of Chain-of-Thou
5555
}
5656
],
5757
"id": "a-00001",
58-
"text": "The equation \\(x^2 + y^2 = 0\\) has only one solution: \\((0, 0)\\). This means the graph would only plot a single point at the origin."
58+
"text": "The equation \\(x^2 + y^2 = 0\\) has only one solution: \\((0, 0)\\). This means the graph would only plot a single point at the origin.",
59+
"type": "message"
5960
}
6061
```
6162

0 commit comments

Comments
 (0)