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
Shubham Bajaj
04/27/2025, 4:54 PM
Ccing: @Kings_bigš«
k
Kings_bigš«
04/28/2025, 12:30 AM
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
shai
04/30/2025, 5:16 PM
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
Kings_bigš«
04/30/2025, 5:38 PM
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
shai
04/30/2025, 5:50 PM
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