Quiz 11 Question 11 of 20

A research assistant agent uses three tools: search_web, query_database, and fetch_document. For a given user query, the agent determines it needs results from all three tools before generating a final answer. The tools are independent (no output from one is needed as input to another). What is the most efficient API interaction pattern?

Select an answer to reveal the explanation.

Motivation