Hey chat, today I have around 50 assistants distri...
# general-english
z
Hey chat, today I have around 50 assistants distributed across my clients. We have generated 5 different tools and all of them use those 5. "send_text", "send_image", "send_audio". When my client start configuring the tool, in my frontend he put those tools information (Image file, audio mp4...) and my database saves it with a unique identificator When we add that tool inside our assistant, we ask it to call the tool (send_text for exemple), and we order it to put the tool_id inside the arguments. But suddently our assistant just stopped putting the id inside the arguments, which broke all my tools. Does somebody suffered from the same problem? Im wondering how to fix that, or change our structure so all my clients creates their own tools (I can create tools snapshot, but my fear is any limitations on how many tools my vapi account can have) Any help?