Question 238
Scenario: Multi-Agent Research System
A coordinator agent delegates to specialized subagents — web search, document analysis, synthesis, report generation — to research topics and produce comprehensive, properly cited reports.
Read the full scenario lessonYour `search_documents` tool needs a parameter to specify which database to search. Your organization has three document databases: "research_papers", "internal_reports", and "technical_specs". Users express this naturally ("search the research database", "check technical documents"). How should you design the database selection parameter?