fixed flow output section

This commit is contained in:
Brandon Hancock
2024-09-23 14:47:11 -04:00
parent 3939d432aa
commit 50055a814c
5 changed files with 206 additions and 52 deletions

View File

@@ -11,7 +11,6 @@ class PoemState(BaseModel):
poem: str = ""
class PoemFlow(Flow[PoemState]):
initial_state = PoemState
@start()
def generate_sentence_count(self):