diff --git a/examples/runnable-pregel.py b/examples/runnable-pregel.py index 0bb94a660..5666fca29 100644 --- a/examples/runnable-pregel.py +++ b/examples/runnable-pregel.py @@ -72,7 +72,7 @@ editor_chain = ( | JsonOutputFunctionsParser(args_only=False) ) -# state +# channels question = channels.LastValue[str]("question")