Result sync in Invoke Agent block
This change is currently available on Retool Cloud, and it will be available on future edge and stable releases of Self-hosted Retool.
You can now see the output of an agent run with the Result (sync) return type when using the Invoke Agent block in workflows.
- The Result (sync) type is the default setting. This returns the direct result of the agent's output.
- The Run state (async) type returns the
agentRunId
,agentId
, andstatus
only. It does not include the output of the agent.