If many agents have tool with the same name (exposed to llm and our API) but the tools are different. For instance transfer_call is different for 2 different our clients.
There is no possibility for those tools to have different names in UI? How do we not confuse them? I imagine it could be "Transfer Call Firm 123", "Transfer Call Firm 321" While programmatically its transfer_call in both cases. But its not... So I am forced to write which id is for which client in TXT!! Any alternatives?