The ideal setup involves a main agent that utilizes sub-workflow agents as tools. The video below offers a clearer illustration of this concept.
Why are you utilizing it as a tool? I understand the link I shared employs a similar concept, but I previously tested this with Telegram, and the "Sen...
Could you please share your "ask to user" workflow as well? Take a look at this example. You might need to include a system message in your agent to...
I'll need the complete workflow to be able to assist you. Please share the entire workflow.
When you paste the workflow code without the code block, the forum alters the format, making it impossible to copy the JSON back into callin.io to dia...
Could you please share your workflow within a code block? We're unable to view it in its current format.
Could you share your current workflow? You might be able to achieve this by refining your prompt and incorporating memory.
Your chat ID should always originate from the initial “Telegram Trigger” to ensure you are working with the most recent conversation. Therefore, ple...
Please see the link below for Llama models that support tool calls. Llama Models That Support Tool Calls Several Llama models support tool calli...
I've adjusted the prompt's final line to exclude the ```json wrapper. In the 'Respond to Webhook' node, you'll need to map the $json.output to 'Resp...
hamidartist233: it is like insane, first time it works perfect but on the other attempts it fails to provide json format. i am working on this workf...
Try this updated version. It now responds with JSON and calls the tools correctly. I used Claude to attempt to enhance the prompt and it sugges...
I noticed that after I posted. I'm currently working on fixing it. Please bear with me for a moment.
Consider this refined system prompt:
Do you need the JSON input because you're invoking this from a webhook? Could you please share the JSON input?