I understand. Reviewing the flow again, I agree that the merge node isn't strictly necessary here. Since only one branch (either Extract from File or ...
Hey, the fromAI() construct is a really useful feature for connecting LLMs with tools. I recommend using it when your data isn't static and the tool i...
You don't need to merge them in a way that combines two orders into one; you can merge them by appending one after the other, for example. If I'm un...
Hello! I hope you're doing well and welcome to the community. I've tested this myself, and it works perfectly. Here's what I did: Feel free to ...
Welcome to the community. If you need to execute a second branch of your workflow, place a merge node after XML1 and the Move binary Data node, then...
Hello! Welcome to the community. Try this JSON for your Respond to Webhook node: {"output": {{ $json.output.toJsonString() || "No AI response" }}...
Hello, welcome to the community. kevinzing169: The HTTP Request node has Authentication set to None, and I’ve manually added both the Author...
Is this the output you were anticipating?
In this particular scenario, the issue seems to stem from this section of the workflow JSON: image788×512 54.8 KB Since there's only one node in ...
Hello there, welcome to the community. Could you please elaborate on the issue you're encountering? Providing some details, perhaps a screenshot or ...
Denis_Ramon_Peixoto: zoom buttons don’t appear in the workflow This is precisely why I suggested that an extension might be interfering with a p...
Hello, hope all is well and welcome to the community. Could it be that the nodes are simply off-screen? Have you attempted to zoom out and check if ...
This sounds quite achievable. You'll require an AI Agent equipped with various tools and a robust system prompt to manage diverse tasks, which could i...
I seldom use anything besides OpenAI, which serves my needs about 99% of the time. I also appreciate their pre-paid billing model, especially when con...
It sounds like you'll need to refine your prompt to more clearly outline the desired actions in a structured, algorithmic manner. The prompt is key to...