"How notice the tool call alway pass the whole JSO...
# general-english
s
"How notice the tool call alway pass the whole JSON object comprising of the assistant properties, toollist, customer and a lot of stuff. My API endpoint just needs the function parameters in a JSON format, that's all. " You need to get your endpoint to parse the incoming request so that you extract just the parts you need. It's probably being parsed during the pass through Make and then it passes it to your server/endpoint in a way that it's prepared for.