I dynamically create the agent call within my workflow.
But when you look into the Agent logs, you see that the mustache is not resolved correctly:
Is that a bug? Or am i doing something wrong?
Additionally is there a way to overwrite the instructions. I am using Messages here, but technically i would like to adjust the agends instructions within the invocation.
Is it possible to overwrite them like:
{
”instructions”: “my dynamic instructions”,
"action": "invoke"
}

