II.
Term JSON
Structured · liveterm:graph-of-thoughts
Graph of Thoughts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:graph-of-thoughts",
"_kind": "Term",
"_file": "terminology/terms/terms-methodologies.yaml",
"_cluster": "terminology",
"attributes": {
"displayName": "Graph of Thoughts",
"kind": "concept",
"description": "Reasoning methodology that models intermediate thoughts as nodes in\na graph (vs Tree-of-Thoughts) so partial results can be merged,\nreused, or pruned. Source:\nlibrary/methodologies/graph-of-thoughts.js.\n"
},
"outgoingEdges": [
{
"from": "term:graph-of-thoughts",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": []
}