Former-commit-id: bf1969a4d9360bd0a55d19d225d2928dafd056fd
@ -31,7 +31,7 @@ flow = Flow(
llm=llm,
max_loops=2,
dashboard=True,
tools=[search_api]
# tools=[search_api]
# stopping_condition=None, # You can define a stopping condition as needed.
# loop_interval=1,
# retry_attempts=3,