Question 277
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 lessonA development team is implementing context awareness (citations) for a RAG application. They want to display inline citations like 'According to [Source A], the market grew by 15%.' The API returns citation objects with character-level indices. How should the client render these?