Just curious does it matter how unique the name of the tool is? More specifically, at query time is the tool name checked for semantic similarities with query BEFORE the top agent dives into the underlying SummaryIndex or / and VectorIndex?
For instance I have a data set with titles starting with
which correlate to
(Article.Chapter.Section)
which is useful as a reference number but not so useful semantically as it wont correlate with the query. I now have the number removed completely like
Purposes_of_Commercial_Zones_C-2_Retail_Commercial_zone
but could I leverage this number as well to better inform my top agent in picking the correct Index's to answer the query?