Hi guys,
I am a retool enthousiast from Paris.
Trying to build stuff there. First time i’m asking for help…
I have the attached workflow block that invokes my Agent. I am setting the result mode to ‘Sync’.
This should trigger my agent and then return the result once the agent has run.
Instead, it returns me something like this :
{
"data": {
"agentRunId": "019a98d7-ba94-739c-9104-3e543beef4ca",
"agentId": "f8825b24-cfe2-461e-a11b-41a5d718a3fa",
"status": "PENDING"
},
"metadata": null,
"value": null
}
My understanding is that this kind of answer is expected when ‘Run State (async)’ is selected. I do not understand why this block is not behaving like it should in terms of returning the result.
I have other blocks invoking other agents and they do not have this kind of issue.
Many thanks for anyone who might be able to set me on the right path.
Manesse

