Here's my testing on this topic. Just resolved another client's issue yesterday. request1080×1080 70.9 KB If there is a service call to Google ...
I'm uncertain if the issue lies with the workflow or if there's a typo. You're referencing the Edit Fields node, but no node with that exact name ex...
Mustafa: 400: Bad Request: message text is empty Or 404 Not Found 400 indicates that the message text is empty. { “chat_id”: {{$json[“chatId”...
Yes, I've placed it within the system message.
Yes, when I require the date. I will include this in the prompt: Today is {{ $now.format('yyyy-MM-dd') }} Then the AI will understand how to han...
Yeah, it should. So if it didn’t over 5 minutes. You might need to email to help@callin.io and ask them what’s going on?
Ah, it's a sub-workflow. So, what's the execution time for the main workflow?
It might be due to the Starter plan's maximum execution time. However, it should currently be 5 minutes. Does your workflow have another timeout set...
I'm having trouble distinguishing between using Aggregate and toJsonString(). It seems quite similar if the goal is to convert an array into a singl...
Perhaps you could share the workflow code with the aggregated data, and we can conduct some tests. Alternatively, please share the input json. We ...
In this scenario, I suspect the issue might be with Deepseek. Since the prompt appears to be fine now, do you have another model you'd like to test?...
Within the Aggregate Node. You should utilize the markdown field. This will provide you with an array of the markdown field. In the OpenAI node:...