Working but not clean engouth

This commit is contained in:
Brandon Hancock
2024-09-11 11:59:12 -04:00
parent 8664f3912b
commit a4a14df72e
2 changed files with 11 additions and 7 deletions

View File

@@ -32,6 +32,6 @@ class StructuredExampleFlow(Flow[ExampleState]):
return "Second result"
# Run the flow
# Instantiate and run the flow
structured_flow = StructuredExampleFlow()
structured_flow.run()