can't retrieve the toolcallid from my assistant
# support
l
My assistant isn't able to call the tool that I created but still is able to successfully connect to the webhook that is connected to my make.com scenario. When I check the contents of the webhook, I don't see anything regarding the tool that I appointed it to my assistant. I know that without the toolcallid, the tool wouldn't work but I can't even get the toolcallid to begin with. How do I solve this problem of getting the toolcallid?
v
@lgonza23 To resolve the issue with obtaining the
toolcallid
, we need to ensure that your assistant is correctly calling the tool you've created. The
toolcallid
is typically generated when the tool is successfully invoked by the assistant. Here are a few steps you can take to troubleshoot and solve this problem: 1. **Check Tool Configuration**: Ensure that the tool you've created is correctly configured in your assistant's settings. Verify that the tool is enabled and that all necessary parameters are correctly set. 2. **Review Invocation Method**: Make sure that you are using the correct method to invoke the tool from your assistant. The tool should be called with the appropriate function and parameters as defined in your setup. 3. **Examine Webhook Logs**: Look at the logs for the webhook connected to your make.com scenario to see if there are any errors or messages that could indicate why the tool is not being called correctly. 4. **Test Tool Independently**: If possible, try to invoke the tool independently of the assistant to ensure that it is functioning as expected. 5. **Check Permissions**: Ensure that your assistant has the necessary permissions to call the tool. If you've gone through these steps and are still unable to get the
toolcallid
, it might be necessary to look into the specific implementation details of your assistant and the tool. If you provide me with more information about how you're trying to call the tool, I can offer more targeted advice. Otherwise, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
l
@User it still doesn't work, I put the same server URL for both the tool and the server messages in the assistant. I still don't get the toolcallid
@User could you help me solve this problem
s
Refer to this documentation
there is also video tutorial
20 Views