mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
preparring new version
This commit is contained in:
@@ -424,7 +424,7 @@ def test_unstructured_flow_event_emission():
|
||||
|
||||
@listen(prepare_color)
|
||||
def write_first_sentence(self):
|
||||
return f"{self.state["flower"]} are {self.state["color"]}"
|
||||
return f"{self.state['flower']} are {self.state['color']}"
|
||||
|
||||
@listen(write_first_sentence)
|
||||
def finish_poem(self, first_sentence):
|
||||
|
||||
Reference in New Issue
Block a user