Hi Guys, can someone please help me with this? When running the multiDocumentAgentDemo, how can I track the sources of the response generated by the top_agent? Here the top_agent is a agent based on the index of multiple agents
The repsonse itself looks like this Response(response='Boston has a thriving arts and culture scene with a variety of offerings. ... The Museum of Fine Arts, Isabella Stewart Gardner Museum, and Institute of Contemporary Art are notable institutions that house a wide range of artworks, from classical to contemporary. These venues provide a rich cultural experience for both residents and visitors.', source_nodes=[], metadata=None)
I think that the top_agent synthesize the final response based on previous response generated by the sub_agents, thus the empty list makes sense because the top_agent do not access the nodes directly... but I don't know how to check the nodes accessed by the sub_agents..