Skip to content

Commit

Permalink
fix(dialogues): DAG -> state graph
Browse files Browse the repository at this point in the history
  • Loading branch information
scrowland committed Jul 25, 2024
1 parent fea8dd2 commit ffc6a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def generate_graph(dialogue: Dialogue):
"""Create a graphviz diagram of the Dialogue's DAG to visually verify it
"""Create a graphviz diagram of the Dialogue's state graph to visually verify it
Note requires local installation of Graphviz,
e.g. `brew install graphviz` on macOS"""
Expand Down

0 comments on commit ffc6a45

Please sign in to comment.