Hey friends, really stuck here- I have 3
# general-english
s
Hey friends, really stuck here- I have 3 tools in the assistant and all of them works fine-just one of them returns a correct response from Make and assistant does NOT read it until he is being asked, then it is actually correct. any help? I verified correct response format+ response headers. anyone? šŸ™
s
Ccing: @Kings_bigšŸ’«
k
The issue may be due to asynchronous tool configuration, where the assistant doesn’t immediately process the response, consider switching the tool to synchronous mode or reviewing response handling and timing.
s
hey sorry didnt see the reply. it wasnt set to asynchronous. it is like my other tools config but is the only one that behave like this /:
k
Even if your tool isn’t set to async, it may behave oddly if the server response isn’t in the correct JSON format, takes too long, or lacks proper toolCallId mapping—double-check config, response structure, and timing.
s
Found it 😤 it is weird but as i t worked-I had an authorization header from the tool to Make.com which I didnt actualy use. I deleted it and it worked! thanks
k
Nice