Wrong tool selected

Hi,
In the “Lesson 4: Building a Multi-Document Agent”, and in the section “Extend the Agent with Tool Retrieval” I load the 11 pdfs.
When I run the query :
response = agent.query(
"Tell me about the evaluation dataset used "
“in MetaGPT and compare it against SWE-Bench”
)
It always select the metra Summary tool.
Is there a way to be more specific in the prompt?
If I exclude the metra.pdf document, it selects the metagpt Summary tool.
Thanks
Stéphane

It happened the same for me here too.