This commit is contained in:
Brandon Hancock
2025-03-26 14:51:53 -04:00
parent e6b90699a8
commit e11c7d1fd8
3 changed files with 47 additions and 52 deletions

View File

@@ -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