Smaller Tools request
# support
d
when the assistant is using the custom tools to make requests to my custom backend. It keeps sending all the information about the assistant as well including the prompt and other unrelevant data for the Tool. I don't want to send this with each Tools call. Can I edit this?
v
@DaVenthus Yes, you can customize the data that is sent with each Tool's call to your custom backend. You'll need to modify the payload that is being sent to ensure it only includes the relevant information required by your backend. If you have access to the configuration of the Tool's requests, you can edit the payload to remove any unnecessary data before it's sent. This typically involves adjusting the parameters or the body of the request within the code or settings that define the Tool's operation. If you're not sure how to make these changes or if you need assistance with the specific configuration, please ask support for more info on this. They can provide you with detailed instructions or help you directly with the configuration.
You can continue this conversation by mentioning me in the message.
s
hey @DaVenthus as of now you cannot pick payload propeties.
d
@Shubham Bajaj That is too bad, it would really help with logging readability and customizability
s
you can raise a feature request for it. https://vapi.canny.io
a
same here. without customizing the payload, I need another layer to transform. can you please prioritize this? thx
s
raise over here: https://vapi.canny.io/
2 Views