@chessBullet
It sounds like you're encountering a conflict when trying to use multiple 'MAKE' functions simultaneously within your voice assistant. This could be due to a number of reasons, such as naming conflicts, resource limitations, or issues with how the functions are being called.
Here are a few steps you can take to troubleshoot and resolve the issue:
1. **Check for Naming Conflicts**: Ensure that each 'MAKE' function has a unique name. If two functions share the same name, it could cause conflicts when the assistant tries to call them.
2. **Review Resource Usage**: If your functions are resource-intensive, running them simultaneously might exceed the available resources. Try optimizing the functions for better performance.
3. **Sequential Execution**: If the functions cannot be optimized to run in parallel due to shared resources or other issues, consider implementing a queue system to execute them sequentially.
4. **Error Handling**: Implement robust error handling within your functions to catch and log any issues that occur when they are called. This can help you identify the root cause of the problem.
5. **Consult Documentation**: Review the documentation for your assistant and the functions to ensure you are using them correctly and that there are no known limitations or issues with running multiple functions at the same time.
6. **Test Independently**: Test each 'MAKE' function independently to ensure they work as expected on their own. This can help isolate the issue to a specific function or interaction between functions.
7. **Contact Support**: If you've tried the above steps and are still experiencing issues, it may be best to contact the support team for your voice assistant platform. They may have additional insights or be able to provide direct assistance.
If you need further assistance or have more details to share about the issue, please let me know, and I'll do my best to help you out!