DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
AI for Frontend Developers
A multi-step task like 'book a flight, then find a hotel near the airport' typically requires a loop rather than one batch of parallel tool calls because:
A
Parallel calls are technically impossible
B
The hotel search genuinely depends on information (like dates) derived from the flight search's results — a real sequential dependency
C
The API doesn't support more than one tool call ever
D
Loops are always faster than parallel calls
Check Answer