mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
WIP
This commit is contained in:
@@ -48,6 +48,8 @@ class ExampleFlow(Flow):
|
||||
],
|
||||
)
|
||||
|
||||
#TODO: NEED TO ADD AN EXAMPLE AGENT IN HERE AS WELL.
|
||||
|
||||
random_city = response["choices"][0]["message"]["content"]
|
||||
# Store the city in our state
|
||||
self.state["city"] = random_city
|
||||
|
||||
Reference in New Issue
Block a user