mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 00:02:36 +00:00
fixed flow output section
This commit is contained in:
@@ -11,7 +11,6 @@ class PoemState(BaseModel):
|
||||
poem: str = ""
|
||||
|
||||
class PoemFlow(Flow[PoemState]):
|
||||
initial_state = PoemState
|
||||
|
||||
@start()
|
||||
def generate_sentence_count(self):
|
||||
|
||||
Reference in New Issue
Block a user