pull/475/head
Kye Gomez 8 months ago
parent 3b25e11098
commit b0b25439c5

@ -1,6 +1,5 @@
import requests import requests
from typing import List, Dict, Any from typing import List, Dict, Any
from swarms.tools import get_openai_function_schema_from_func
def fetch_flights_in_area( def fetch_flights_in_area(

@ -69,4 +69,6 @@ flow = AgentRearrange(
max_loops=3, max_loops=3,
) )
# Run the flow # Run the flow
flow.run("We're preparing for a launch in Cape canveral, let's begin the launch process, whats the weather like?") flow.run(
"We're preparing for a launch in Cape canveral, let's begin the launch process, whats the weather like?"
)
Loading…
Cancel
Save