Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 22, 2024
1 parent e3a4cd1 commit 931f8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/concepts/low_level.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A super-step can be considered a single iteration over the graph nodes. Nodes th

### StateGraph

The `StateGraph` class is the main graph class to uses. This is parameterized by a user defined `State` object. (passed via the `channels` argument)
The `StateGraph` class is the main graph class to uses. This is parameterized by a user defined `State` object. (defined using the `Annotation` object and passed as the first argument)


### MessageGraph
Expand Down

0 comments on commit 931f8a0

Please sign in to comment.